SA-MP Forums Archive
admin airbreak system! - 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: admin airbreak system! (/showthread.php?tid=164365)



admin airbreak system! - dannydarth - 31.07.2010

I'm looking for an admin airbreak script...where i can change the admin level to be able to use it...not just for rcon.


Re: admin airbreak system! - KennethRandall - 31.07.2010

pawn Код:
if(AccountInfo[playerid][Admin] < 9 || !IsPlayerAdmin(playerid)) // you can use 9 also for your lvel
{
   // airbreak ban
}