Get color
#23

if(strcmp(cmd, "/invisible", true) == 0)
{
for(new i=0; i < MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i))
{
SetPlayerMarkerForPlayer( playerid, i, ( GetPlayerColor( i ) & 0xFFFFFF00 ) );
SetPlayerMarkerForPlayer( i, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00 ) );
}
}
return 1;
}

And i have same problem. From far i don't see, but when i get closer i see a marker. Like in link which i give, i do the same, cikle, then set marker like in this command, just when spawn. Maybe here is sa-mp bug?
Reply


Messages In This Thread
Get color - by audriuxxx - 26.05.2014, 14:36
Re: Get color - by Riddick94 - 26.05.2014, 14:42
Re: Get color - by Rittik - 26.05.2014, 14:42
Re: Get color - by Riddick94 - 26.05.2014, 14:44
Re: Get color - by audriuxxx - 26.05.2014, 15:14
Re: Get color - by Riddick94 - 26.05.2014, 15:16
Re: Get color - by iFarbod - 26.05.2014, 15:20
Re: Get color - by audriuxxx - 26.05.2014, 15:38
Re: Get color - by Riddick94 - 26.05.2014, 15:48
Re: Get color - by audriuxxx - 26.05.2014, 15:53
Re: Get color - by Konstantinos - 26.05.2014, 16:02
Re: Get color - by audriuxxx - 27.05.2014, 12:31
Re: Get color - by Threshold - 27.05.2014, 13:37
Re: Get color - by audriuxxx - 28.05.2014, 11:32
Re: Get color - by Vince - 28.05.2014, 11:40
Re: Get color - by audriuxxx - 28.05.2014, 11:51
Re: Get color - by RajatPawar - 28.05.2014, 11:52
Re: Get color - by audriuxxx - 28.05.2014, 11:54
Re: Get color - by RajatPawar - 28.05.2014, 11:56
Re: Get color - by audriuxxx - 28.05.2014, 12:07
Re: Get color - by audriuxxx - 28.05.2014, 12:31
Re: Get color - by Threshold - 28.05.2014, 13:03
Re: Get color - by audriuxxx - 28.05.2014, 13:10

Forum Jump:


Users browsing this thread: 1 Guest(s)