How to make only 1 player to be visible on the all map
#2

Use SetPlayerColor and a fully transparent color.

To make a color visible:
pawn Код:
new color = GetPlayerColor(playerid);
color |= 0xFF;
To make a color invisible:
pawn Код:
new color = GetPlayerColor(playerid);
color &= ~0xFF;
Reply


Messages In This Thread
How to make only 1 player to be visible on the all map - by barts - 29.01.2014, 11:11
Re: How to make only 1 player to be visible on the all map - by Vince - 29.01.2014, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)