13.03.2014, 07:21
It's actually pretty easy to make a function for it.
Sorry mate, but SetPlayerCash isn't a native function...
pawn Код:
stock SetPlayerCash(playerid, cash)
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, cash);
return 1;
}
Sorry mate, but SetPlayerCash isn't a native function...