SetPlayerColor within Markers
#1

Hello there.
I need a system that, set color to player, but dont't set markers. I dont know if you understand me.

I used SetPlayerColor(playerid, COLOR_VIP);
But, "COLOR_VIP" is seen in around the map.



(I dont want disable all the player markers, because in the gamemode, there are a system that used this)
(Sorry for the bad english)
Reply
#2

See: https://sampwiki.blast.hk/wiki/Color_list

You need to change the alpha value in your define. So let's say if the HEX code was #FFFFFF (white) then you would need to do this to make them invisible on the radar/map:

Код:
#define COLOR_VIP 0xFFFFFF00
Reply
#3

Ohhh, thanks, i going to try this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)