03.02.2012, 07:58
just use CreatePlayer3DTextLabel if you don't want it to be shown to all players.
Код:
for(new i; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerTeam[i] == PlayerTeam[playerid] && playerid != i) { CreatePlayer3DTextLabel(i, "Hai, I'm a super captain", 0xFF3399AA, 0.0, 0..0, 0.8, 220.0, playerid, INVALID_VEHICLE_ID, 1) } } }