SA-MP Forums Archive
SetPlayerMarkerForPlayer - 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: SetPlayerMarkerForPlayer (/showthread.php?tid=609200)



SetPlayerMarkerForPlayer - ScIrUsna - 09.06.2016

Hi,

I use this function

SetPlayerMarkerForPlayer

With white color

0xFFFFFFAA

But nothing changes player color still same


Re: SetPlayerMarkerForPlayer - saffierr - 09.06.2016

I don't know what you exactly mean, do you want the colour to be changed of the player's name or?


Re: SetPlayerMarkerForPlayer - Dayrion - 09.06.2016

Quote:
Originally Posted by ScIrUsna
Посмотреть сообщение
Hi,

I use this function

SetPlayerMarkerForPlayer

With white color

0xFFFFFFAA

But nothing changes player color still same
Change it to : 0xFFFFFFFF. Your color is transparent if you don't set FF (not exactly - Check this for more informations).
0xRRGGBBAA (AA = Alpha values / transparency).