LuxAdmin with JunkBuster
#1

Does anyone know how I can make my admins immune from JunkBuster?
Reply
#2

something like
pawn Код:
if(!IsPlayerLuxAdmin(playerid)) // to ban/kick only non-admins
Reply
#3

Download newest JunkBuster, use #include <JunkBuster_Slim>
and add this somewhere in your LuxAdmin script:
pawn Код:
public IsPlayerAdminCall (playerid)
    return (AccInfo[playerid][LoggedIn] && AccInfo[playerid][Level] >= 1);
Reply
#4

I don't understand what it means by >= 1, does it means that level 1 admin doesn't have immunity?
Reply
#5

Quote:
Originally Posted by [GOD]Dragonster82
Посмотреть сообщение
I don't understand what it means by >= 1, does it means that level 1 admin doesn't have immunity?
>=1 = level 1 and all higher levels are immune
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)