04.08.2009, 00:54
pawn Код:
if(GetPlayerMoney(playerid) < 1000) // 1000 is the amount of cash they need
return SendClientMessage(playerid, YOUR_COLOR, "You can not afford this."); // change YOUR_COLOR
pawn Код:
GivePlayerMoney(playerid, - 1000);

