SA-MP Forums Archive
SetPlayerMoney - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerMoney (/showthread.php?tid=149863)



SetPlayerMoney - cAMo - 23.05.2010

What include do you need for the SetPlayerMoney function?


Re: SetPlayerMoney - Sergei - 23.05.2010

pawn Код:
stock SetPlayerMoney(playerid, money)
{
  ResetPlayerMoney(playerid);
  return GivePlayerMoney(playerid,money);
}