No the system is works diffrent... Hmm let me explain...
The money is stored as an Integer, which is a numric value, the 'range' of this number is as followed:
Code:
-2147483648 to +2147483647
So when you want to change the limit, You need to change the variable, if you know how to do this,, you might change the limit
//edit(1): Ow you figured out that its idd a int32 integer,.... ok srry ;)
//edit(2): btw its actually 2^32-1=2^31, but ok w/e
//edit(3): found out where the variable is hosted, changing it now, keep ya posted