Posts: 107
Threads: 50
Joined: Dec 2016
Reputation:
0
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
Posts: 41
Threads: 6
Joined: Feb 2012
Reputation:
0
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!