BigInt
Pre-release
Pre-release
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