Help IsPlayerAdmin - 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: Help IsPlayerAdmin (
/showthread.php?tid=110677)
Help IsPlayerAdmin -
patchkinson - 28.11.2009
Hey i have like /hip
how to make it like if /hip ifisplayeradmin kick(playerid); else ban(playerid);
how to use the isplayeradmin
thanks
Re: Help IsPlayerAdmin -
notime - 28.11.2009
https://sampwiki.blast.hk/wiki/IsPlayerAdmin
so
if(IsPlayerAdmin(playerid))
{
}
else
{
}
Re: Help IsPlayerAdmin -
patchkinson - 28.11.2009
thanks, i was in kinda rush when i asked help, but it was earlier than i thought so i searched wiki before your reply