for playerid only??? - 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: for playerid only??? (
/showthread.php?tid=310743)
for playerid only??? -
Zhoom - 13.01.2012
how to make something like if the playerid is 0 then he will receive some moneys and not for other ids
Re: for playerid only??? -
Min - 13.01.2012
* Min facepalms
Код:
if(playerid == 0)
{
// Do something here
}
Re: for playerid only??? -
Zhoom - 13.01.2012
thx