Integer raise limit
#1

Hy

How can i raise limit of the integer type?
Because now the limit is 2147483648 (-2147483648 to +214748364, and its not enought for me (e.g RolePlay system cash)

Thanx
Reply
#2

You can't. That is the maximum for the 32-bit extension language like PAWN.

And the limit is 2147483647 ((2^31) - 1), not 2147483648.

Quote:
2147483647 in computing

The number 2,147,483,647 is also the maximum value for a 32-bit signed integer in computing. It is therefore the maximum value for variables declared as int in many programming languages running on popular CPUs, and the maximum possible score for many video games. The appearance of the number often reflects an error, overflow condition, or missing value.
Reply
#3

Ahh... Thanx for the information
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)