Posts: 331
Threads: 84
Joined: Feb 2015
Reputation:
0
Hi! How can I see the players on the minimap? I just tried to put ShowPlayerMarkers(1); or ShowPlayerMarkers(2); to OnGameModeInit and it doesn't work. Also, to paintball, war and doesn't work too. I think that is a bug but I don't know why. Please help!
Posts: 40
Threads: 4
Joined: Aug 2015
Reputation:
0
Use ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL); if you always want to see the other players on the radar and ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); if you want to see player markers on the radar of players who are nearby. Could you post the code you tested?