SA-MP Forums Archive
invisible radar maps? - 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: invisible radar maps? (/showthread.php?tid=661684)



invisible radar maps? - nbx2000 - 11.12.2018

hello guys, I'm creating a minigame and I want to know how to make players invisible in a mini radar map? it's possible


Re: invisible radar maps? - Craft. - 11.12.2018

You need to set the players to a color that has the right vector. An example is SetPlayerColor(playerid, 0xFFFF0000);
I believe its the last two digits that set it to not appear on the radar! So set those to 00 Let me know if this works for you!