20.02.2010, 12:22
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.
And the limit is 2147483647 ((2^31) - 1), not 2147483648.
Quote:
Originally Posted by http://en.wikipedia.org/wiki/2147483647
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. |