03.01.2010, 23:25
ok well i used this code to set each team a color for example the police deparment
but the problem is that the police be show in the map as a blue icon and everybody can see them im editin a RP server so that would be gay as it is right now can someone tell me wich code use so only the names set as blue and the lil blue box dont show up on map?
Код:
{ SetPlayerToTeamColor(playerid); SetPlayerInterior(playerid,3); SetPlayerPos(playerid, 215.5322,151.7853,1003.0234); SetPlayerFacingAngle(playerid, 270.0); SetPlayerColor(playerid, COLOR_BLUE); PlayerInfo[playerid][pInt] = 3; return 1; }