[SOLVED] Admin immunity in junkbuster
#10

Remember!

If you don't have a IsPlayerAdminCall(playerid) in your gamemode, immunity will only work for RCON admins.

Example:
pawn Код:
public IsPlayerAdminCall(playerid)
{
if(PlayerInfo[playerid][pAdmin]>0)
return true;
else
return false;
}
This function you have to make for your gamemode.

//Edit: Timer topic: You don't need to set a timer. Include does this for you.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)