CMD:admin(playerid,params[]) { if(IsPlayerAdmin(playerid) { SendClientMessageToAll(0xf8f8f8fff,"he is an admin"); } else { SendClientMessage(playerid,0xf8f8f8888,"You aren't an RCON Admin to access to this shit"); } return 1; }