28.04.2017, 13:12
Overall mistake
Why are u opening braces after returning a conditional statement
PHP Code:
if(PlayerInfo[playerid][pAdmin] > 4 || !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0x00FFFFFFFF, "You don't have enough permissions to use this command");
{