How to disable negative money?
#1

How can I disable money from going to into the negatives?
Reply
#2

Just check somewhere player's money

new money = GetPlayerMoney(playerid);
if(money < 0) ResetPlayerMoney(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)