/ban - 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: /ban (
/showthread.php?tid=148797)
/ban -
airsoftglock - 19.05.2010
ok i have a admin script loaded in and it has the cmd /ban.. but i cant use it cuz it says exactly /ban: You are not a admin and then i log into rcon and it works so please help me
Re: /ban -
Backwardsman97 - 19.05.2010
Quote:
Originally Posted by airsoftglock
ok i have a admin script loaded in and it has the cmd /ban.. but i cant use it cuz it says exactly /ban: You are not a admin and then i log into rcon and it works so please help me
|
Then what exactly is the problem?
Re: /ban -
Jontay - 19.05.2010
Instead of
pawn Код:
if(IsPlayerAdmin(playerid))
You need a login and register script for this to work.
pawn Код:
if(PlayerInfo[playerid][AdminLevel] >= 3)