23.07.2013, 00:47 
	
	
	
		I want everybody to be marked on the minimap with a white blip.
How would I do that?
	
	
	
How would I do that?
// OnPlayerConnect
SetPlayerMarkerForPlayer(playerid, 1, 0xFFFFFF00);
| 
 Using this function SetPlayerMarkerForPlayer 
i think is this: pawn Код: 
  | 
// OnPlayerConnect
SetPlayerColor(playerid, 0xFFFF00AA);
| 
 Yes, sorry i'm soo idiot, it's this: SetPlayerColor 
pawn Код: 
  | 
| 
 Yes, sorry i'm soo idiot, it's this: SetPlayerColor 
pawn Код: 
  | 
SetPlayerColor(playerid, 0xFFFFFFAA);