06.04.2012, 11:22
Replace
with
pawn Код:
ResetPlayerMoney(id); return GivePlayerCash(id,strval(tmp2));
pawn Код:
CallRemoteFunction("SetPlayerCash","dd",id,strval(tmp2));
return 1;