Posts: 654
Threads: 19
Joined: Jun 2012
Reputation:
0
Hello good evening, days, depending on your time zone, I wanted to comment that you had a small problem with the default money of SA-MP some users when completing the limit of money jumps the red and with the sign "-" example "-1000000000 "Money, I wanted to know if there is a way that this does not happen? beforehand greetings and good night from me.
Posts: 40
Threads: 1
Joined: Sep 2017
Reputation:
0
Make your own textdraw of money bar over the default one and do whatever you want to do with that.
Posts: 232
Threads: 4
Joined: Apr 2013
Quote:
Originally Posted by Zedder
Make your own textdraw of money bar over the default one and do whatever you want to do with that.
|
Even if he does, he can't has more than 2147483647 or less than –2147483648. (INT32 Pawn Limit) So I would answer: NO.
Why you ever need that much money? Are you simulating Bill Gates on your server or something?
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
You can limit the money a player can have and prevent it from overflowing.
Or add bank accounts which enables your players to put aside money and have more in total.
The most simple approach would be lowering all prices and rewards, and do the same for every player's money (eg. cut everything in half).
That will keep their spending power while allowing them to have more money worth after all.