14.05.2015, 21:03
I just wanted to know how i can make players invisible on minimap, not for all players, i have a class in my gamemode "Cops" and i want the class "Cops" to be invisible for the players, so how can i do that.
SetPlayerColor(playerid, GetPlayerColor(playerid) & ~0xFF);
I'm not entirely sure what you mean by "not for all players". If you mean to make an individual player invisible to everyone you can just set their alpha to 0 like so:
pawn Код:
|