MAX_PING help?
#1

I added a max_ping script but how do I stop admins from getting kicked with max_ping?
Reply
#2

RCON Admins? If so, than add
pawn Код:
&& !IsPlayerAdmin(playerid)
(playerid = the id)
Just in the near end of the "if" statement.
Reply
#3

I mean like
AdminLevel >= 1
Reply
#4

well, hard to make it correct since you didn't provide any code.

if(AdminLevel[playerid] >= 1)
Reply
#5

Код:
if(GetPlayerPing(playerid) >= 500 && AdminLevel[playerid] < 1) { Kick(playerid); }
Reply
#6

Quote:
Originally Posted by TzAkS.
Посмотреть сообщение
Код:
if(GetPlayerPing(playerid) >= 500 && AdminLevel[playerid] < 1) { Kick(playerid); }

Thanks for helping!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)