Making a player's marker invisible?
#3

SetPlayerColor with no alpha is probably easier (and faster) if you're doing it on global scale. To make the player's current color invisible, use:

pawn Код:
new invisible_color = GetPlayerColor(playerid) & ~0xFF;
SetPlayerColor(playerid, invisible_color);
Reply


Messages In This Thread
Making a player's marker invisible? - by NoahF - 06.05.2014, 21:53
Re: Making a player's marker invisible? - by iZN - 06.05.2014, 21:57
Re: Making a player's marker invisible? - by Vince - 06.05.2014, 22:08
Re: Making a player's marker invisible? - by NoahF - 06.05.2014, 22:39
Re: Making a player's marker invisible? - by NoahF - 06.05.2014, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)