Posts: 11
Threads: 8
Joined: Nov 2010
Reputation:
0
How do you enable player markers on the map, I used ShowPlayerMarkers(1) in OnGameModeInit(). Then also put SetPlayerColor(playerid, 0xFF0000FF), in OnPlayerConnect(). I'm using the latest sa-mp server/client. But still nothing, can't get the player markers to show up on minimap. How do I do that? Please help me, resolve this issue. Thanks in advance.
Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
0.ф what version 3c or 3b ?
Posts: 11
Threads: 8
Joined: Nov 2010
Reputation:
0
Well I checked all of my filterscripts and ShowPlayerMarkers(0), wasn't found. Hmm... don't know what could be wrong. By the way, I'm using SA-MP version 0.3b.
Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
Try adding ShowPlayerMarkers(1) to the script.
Posts: 11
Threads: 8
Joined: Nov 2010
Reputation:
0
Well in which script do I add that and where, in "OnGameModeInit()" or??
Posts: 11
Threads: 8
Joined: Nov 2010
Reputation:
0
Where are the GM scripts at?