#2

This is what you're looking for.
Change the players color to transparent when he enters.
Then set it back to it's default value when he exits.

PHP код:
//Top of script
new formerColor;
// When player enters
for(new i=0;i<MAX_PLAYERS;i++)
{
    
formerColor GetPlayerColor(playerid);
    
SetPlayerMarkerForPlayer(iplayerid, ( formerColor 0xFFFFFF00 ) );
}
// When player Exits
for(new i=0;i<MAX_PLAYERS;i++)
{
    
SetPlayerMarkerForPlayer(iplayerid, ( GetPlayerColorplayerid) & formerColor ) );

Reply


Messages In This Thread
Help - by CarRamper - 25.06.2016, 03:54
Re: Help - by Lynn - 25.06.2016, 05:24

Forum Jump:


Users browsing this thread: 1 Guest(s)