#1

Is it possible to make that you can't go over -
Like you can't have -1000$ etc...

How to make that if you have -$$$$$ it sets your money back to 0000000000$ ?
Reply
#2

Use a timer to constantly check the players money.

Or use server sided money (saving it in variables) and check the quantity before using GivePlayerMoney
Reply
#3

example:
pawn Код:
if (GetPlayerMoney(playerid) < 0)
idk if it works but try it on a code
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)