05.09.2015, 07:33
Nope, it should be only this:-
Because your code [this]:-
if(!IsPlayerAdmin(playerid) && PlayerData[playerid][pAdmin] < 6)
will check if he's rcon admin AND admin.
PHP код:
if(!IsPlayerAdmin(playerid))
if(!IsPlayerAdmin(playerid) && PlayerData[playerid][pAdmin] < 6)
will check if he's rcon admin AND admin.

