Releases: hpq-dev/bigInt
Releases · hpq-dev/bigInt
Final Version BigInt
v1.1.3
Add files via upload
BigInt
v1.1.2
The new way you create variables has been changed
old:
new_BigInt::<money[MAX_PLAYERS]>
new_BigInt::<bank[MAX_PLAYERS]>
now:
new bigInt:money[MAX_PLAYERS]<>,bigInt:bank[MAX_PLAYERS]<>;
and other bug fixed
BigInt
v1.1.1
Add files via upload