Help Needed Here - 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 Needed Here (
/showthread.php?tid=137770)
Help Needed Here -
Dragonshade - 30.03.2010
I Want To Make Rcon Login Only Available to Names I Specify and Anyone else Who Tries To Login Gets Kicked First 3 times and then banned on the 4th try
Re: Help Needed Here -
Babul - 30.03.2010
https://sampwiki.blast.hk/wiki/OnRconLoginAttempt
good idea btw, i never thought about that
Re: Help Needed Here -
Dragonshade - 30.03.2010
i have that but if anyone knows the password they can login. is there a way to make it for server admin level 5 and 6 only?
Re: Help Needed Here -
-Rebel Son- - 30.03.2010
Код:
if(PlayerInfo[playerid][AdminLevel] == 6) // Then your code
{