for(new i; i <= MAX_PLAYERS; i++) { if(IsPlayerConnected(i)){ if(gTeam[i]== TEAM_COP){//Or whatever team system you use... PoliceLabel[i]= CreatePlayer3DTextLabel(i,"COPS CAN ONLY SEE THIS LABEL",COLOR_BLUE,X,Y,Z,40.0); } } }
Yes, fine.. but i need with next i.. this label will been on player, if he have wanted level.. see 1. st post..