25.01.2015, 18:23
(
Последний раз редактировалось CalvinC; 31.01.2015 в 13:20.
)
Not really sure what the problem is, but i'd just like to drop this off.
I guess you are trying to do this:
Shouldn't really be necessary to use IsPlayerAdmin though.
EDIT: Oh sorry, i forgot that IsPlayerAdmin is for RCON admins, nvm.
pawn Код:
if(PlayerInfo[playerid][AdminLevel] >= 5 || IsPlayerAdmin(playerid))
pawn Код:
if(PlayerInfo[playerid][AdminLevel] >= 5 && IsPlayerAdmin(playerid))
EDIT: Oh sorry, i forgot that IsPlayerAdmin is for RCON admins, nvm.