for(new i; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i)) { if (IsAFiremen(i)) { TextDrawShowForPlayer(i, NomeTaTextDraw); } } }