[PROBLEM] Team Colors
#1

ok well i used this code to set each team a color for example the police deparment

Код:
		{
			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;
	  }
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?

Reply
#2

I think you don't want the markers on the map right? Put this under OnGameModeInit
pawn Код:
ShowPlayerMarkers(0);
Reply
#3

Thanks it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)