[Ajuda] Apagar нcone de Player no mini-mapa
#3

Vou te passar esse:


pawn Код:
CMD:invisivel(playerid)
{
     
        SetTimerEx( "Visivel" , 60000 , false , "i" , playerid );
        for( new i; i < MAX_PLAYERS; i++ )
        {
            SetPlayerMarkerForPlayer(i,playerid, 0xFFFFFF00);
        }
        return 1;
}

pawn Код:
public Visivel(playerid)
{
    for(new i; i < MAX_PLAYERS; i++ )      
    {
        SetPlayerMarkerForPlayer(i,playerid, GetPlayerColor(playerid));
    }
    return 1;
}
Funciona da seguinte, forma quando o player digita /invisivel ele ficarб invisivel por 1 minuto para todos, e depois voltara a apareзer automaticamente para todos...


Pelo o que eu entendi , esse "icones" , sгo as pessoas no radar os icone das pessoas no radar nй?


Espero ter ajudado...
Reply


Messages In This Thread
Apagar нcone de Player no mini-mapa - by RStyle - 01.09.2012, 21:17
Re: Apagar нcone de Player no mini-mapa - by Douglas_prt - 01.09.2012, 21:59
Re: Apagar нcone de Player no mini-mapa - by Sampizito - 02.09.2012, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)