markers
#2

pawn Code:
SetPlayerColor( playerid, COLOR_GREY);
           
            new i;
            foreach(i : Player)
            {
                SetPlayerMarkerForPlayer(i, playerid, 0x808080AA);
            }
pawn Code:
SetPlayerColor( playerid, COLOR_GREY);
{            
new i;
foreach(i : Player)
            {
                SetPlayerMarkerForPlayer(i, playerid, COLOR_GREY);
            }
return 1;
}
You forgot change inside function hex color
Reply


Messages In This Thread
markers - by audriuxxx - 25.05.2014, 20:09
Re: markers - by MacT - 25.05.2014, 20:16
Re: markers - by belfa96 - 25.05.2014, 20:17
Re: markers - by audriuxxx - 25.05.2014, 20:21
Re: markers - by MacT - 25.05.2014, 20:24
Re: markers - by MacT - 25.05.2014, 20:26
Re: markers - by belfa96 - 25.05.2014, 20:27
Re: markers - by MacT - 25.05.2014, 20:31
Re: markers - by audriuxxx - 25.05.2014, 20:31
Re: markers - by belfa96 - 25.05.2014, 20:34
Re: markers - by MacT - 25.05.2014, 20:39
Re: markers - by audriuxxx - 25.05.2014, 20:41
Re: markers - by MacT - 25.05.2014, 20:47
Re: markers - by audriuxxx - 25.05.2014, 21:02
Re: markers - by audriuxxx - 26.05.2014, 13:26
Re: markers - by rappy93 - 26.05.2014, 13:34
Re: markers - by audriuxxx - 26.05.2014, 13:37
Re: markers - by rappy93 - 26.05.2014, 13:39
Re: markers - by audriuxxx - 26.05.2014, 13:51

Forum Jump:


Users browsing this thread: 2 Guest(s)