SA-MP Forums Archive
SetPlayerColor marker showing :( - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetPlayerColor marker showing :( (/showthread.php?tid=454736)



SetPlayerColor marker showing :( - Donvalley - 30.07.2013

why is it when i make the players color yellow it shows there marker? i wish for there name to be yellow but marker invisable

im using:

pawn Код:
SetPlayerColor(playerid, COLOR_LIGHTYELLOW);



Re: SetPlayerColor marker showing :( - Fkids - 30.07.2013

Код:
#define COLOR_LIGHTYELLOW_VISIBLE 0xFFFF77FF
#define COLOR_LIGHTYELLOW_INVISIBLE 0xFFFF7700