SA-MP Forums Archive
No color in minimap. - 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: No color in minimap. (/showthread.php?tid=422092)



No color in minimap. - audriuxxx - 12.03.2013

Hi,

i set player color, but i don't see that color in minimap? why?


Re: No color in minimap. - Scrillex - 12.03.2013

Maybe you are using ShowPlayerMarkers. Here is the link:
CLICK ME


Re: No color in minimap. - MP2 - 12.03.2013

Also, ensure the opacity of your colour isn't set to 0:

0xFF000000 - Red with 00 (0) opacity (invisible)
0xFF0000FF - Red with FF (255) transparency (fully visible)

But as the previous post mentioned, check ShowPlayerMarkers. Perhaps SetPlayerMarkerForPlayer also.