Get color
#21

https://sampforum.blast.hk/showthread.php?tid=352601
Reply
#22

Quote:
Originally Posted by audriuxxx
View Post
Hmmm, maybe that is what I was trying to do.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)