View Full Version : How to have more then 1 pile of max cash in bank 317
vicstodolist
October 26th, 2010, 02:29
how can you put more then 1 pile of max cash into the bank without losing any money?
is there a code?
Complex
October 26th, 2010, 02:30
I'm pretty sure their isn't a way + why do you need that much cash?Isn't it enough that you have 1 max pile...?
the greed of some people >.>
Divine
October 26th, 2010, 02:32
You'd have to make the item ID seperate, which is just plain out annoying.
So in lack of better words, no.
_1Greg1_
October 26th, 2010, 04:13
You could have an item that was the equivalent of max cash, for instance a "max cash ticket"
nmanpure
October 30th, 2010, 00:19
You would need to make a new method in the item handler and would need to convert the int to a long.
Int max cash = 2147000000
Long max cash = 9223372036854775807
benjii
October 30th, 2010, 00:33
You would need to make a new method in the item handler and would need to convert the int to a long.
Int max cash = 2147000000
Long max cash = 9223372036854775807
Facepalm...
How would converting the int into a long create 2 piles of max cash...
that would just increased the amount of max cash
Zykev2
October 30th, 2010, 00:42
You would need to make a new method in the item handler and would need to convert the int to a long.
Int max cash = 2147000000
Long max cash = 9223372036854775807
Java doesn't recognize more than 2147M+
Brayden
October 30th, 2010, 00:52
ive seen it dobne, [retty sure its client sided OR as its been said before you can use the other cash IDs if you want to do it the stupid way- would it work, yes, but could you couldn;t have more piles than what you have IDs for.
Dean
October 30th, 2010, 01:00
I've seen it done before as well, you can make the limit 'higher,' but I was told that it would lag the server.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.