Posts: 272
Threads: 43
Joined: Sep 2014
Reputation:
0
Whats your problem exactly
I think you used ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
If you used it use setplayermarkerforplayer for all player when connect and you can use it as you want
Posts: 217
Threads: 42
Joined: Aug 2016
Reputation:
0
I don't get it properly lol..
Posts: 547
Threads: 57
Joined: Dec 2010
Simply set the nametag color of the on duty admin using whatever color you want using SetPlayerColor. To have them invisible on the radar (assuming everyone else appears on the radar via ShowPlayerMarkers), you have to change the last two character of the color to 00. The last two characters of the color determine the transparency of the color (FF being non transparent and 00 being invisible).
Posts: 547
Threads: 57
Joined: Dec 2010
I forgot to clarify, you should only change the last two characters of the color when you set their color on the radar via SetPlayerMarkerForPlayer.