Skip to content

Releases: hpq-dev/bigInt

Final Version BigInt

29 Nov 15:35
d5a62e9
Compare
Choose a tag to compare
v1.1.3

Add files via upload

BigInt

14 Nov 19:10
07af7d3
Compare
Choose a tag to compare
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

BigInt

25 Jun 10:06
7091d5c
Compare
Choose a tag to compare
BigInt Pre-release
Pre-release
v1.1.1

Add files via upload