SA-MP Forums Archive
Need Help with Admin - 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: Need Help with Admin (/showthread.php?tid=97590)



Need Help with Admin - Ironboy500 - 15.09.2009

Need help! How to allow cmd /gravity only to admins? Please Help?


Re: Need Help with Admin - Clavius - 15.09.2009

CLICK HERE


Re: Need Help with Admin - speedruntrainer - 15.09.2009

Do you use that command in the DEBUG script?
There is a way to do it rcon only but I don't know how :/


Re: Need Help with Admin - Ironboy500 - 15.09.2009

I know for that page, but how to allow only to admins, please help? Anyone can help and make me code? Please


Re: Need Help with Admin - Correlli - 15.09.2009

pawn Код:
if(IsPlayerAdmin(playerid))
{
  // _IS_ADMIN_code_
}
else
{
  // _ISN'T_ADMIN_code_
}