Invisible in Radar...
#1

Hi guys,
I wanna make admins if on duty invisible on radar.But the color of there name tag and chat should be red.
I have figured out of chat by using hex it works but how do I make the name tag?
Please help!
Reply
#2

Reply anyone please!?
Reply
#3

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
Reply
#4

PHP код:
SetPlayerMarkerForPlayer(playeridshowplayerid0xFF000000 ); 
??

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

The wiki even tells you exactly how to do this...
Reply
#5

I don't get it properly lol..
Reply
#6

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).
Reply
#7

Okie dokie
Reply
#8

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)