ShowNameTags(playerid, 1 );
for(new i = 0; i < MAX_PLAYERS; i++){ if(IsPlayerAdmin(playerid)) { ShowPlayerNameTagForPlayer(playerid, i, true); }}