if(strfind(pName, "[HB]", true) != -1) { if(!GetPVarInt(playerid, "Admin")) { SendClientMessage(playerid, COLOR_RED, "The tag [HB] is admin only!"); Kick(playerid); } }