14.01.2013, 15:13
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Use this, make something to get all players except the admin and set color as invisible to them using a loop.
Example:
for(new i; I<max_players; I++)
{
If admin break..
Else setplayermakerforplayer as invisible..
}
Use this, make something to get all players except the admin and set color as invisible to them using a loop.
Example:
for(new i; I<max_players; I++)
{
If admin break..
Else setplayermakerforplayer as invisible..
}

