22.03.2010, 20:16
Add this to the top of your script
pawn Код:
stock SetPlayerMoney(playerid,amount)
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, amount);
return 1;
}