Money Limit Biz
#1

-delete
Reply
#2

Maybe add a stock for when you add cash to their bank you also check their amount.

if(bankamount >= 300000)
{
SendClientMessage(playerid, -1, "You can't have more than 300,000 in your bank account.");
return 1;
}
else pInfo[playerid][pBank] + amount;

Or something of that sort...
Reply
#3

-delete
Reply
#4

What do you use for the player's bank amount?

PlayerInfo[playerid][pBank]?
Reply
#5

-delete
Reply
#6

-delete
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)