SA-MP Forums Archive
Hide player icon on map - 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: Hide player icon on map (/showthread.php?tid=307352)



Hide player icon on map - (_AcE_) - 30.12.2011

When someone spawns as a sniper, how do I disable their marker to be shown on the mini-map and disabled their name tags to be seen, but still let other classes like Soldiers be seen on the map with their name too?


Re: Hide player icon on map - XFlawless - 30.12.2011

Set their player color alpha channel to 00.

Ex:0xFFFFFF00 will set player color to transparent white.


Re: Hide player icon on map - (_AcE_) - 30.12.2011

thnx