Scripting help - 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)
+--- Thread: Scripting help (
/showthread.php?tid=523391)
Scripting help -
kirostar - 01.07.2014
I want /setmoney command for my admin system
Re: Scripting help -
zT KiNgKoNg - 01.07.2014
Wrong section, so i suggest you use.... you know that search function at the top of the page before asking. After all I've said this before..... "We're not your slaves, learn to do it! Or search for it!".
Re: Scripting help -
Rittik - 02.07.2014
Код:
stock SetPlayerMoney(playerid,amount)
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid);
}