[AJUDA] Criar comando /lideres
#8

Procura na wiki "SetPlayerColor"
depois se ele for lider ai coloca amarelo

Podes fazer por exemplo

pawn Код:
//topo gm
forward DetectarLider(playerid);
//no fim
public DetectarLider(playerid)
{
    if(/*Funcao que detecta se й lider*/)
    {
        SetPlayerColor(playerid,COR_AMARELO);
    }
    else
    {
        SetPlayerColor(playerid,COR_BRANCO);
    }
    return 1;
}
e em OnPlayerConnect coloca isso

DetectarLider(playerid);
Reply


Messages In This Thread
[AJUDA] Criar comando /lideres - by Bryaan_Smith - 25.08.2011, 15:37
Re: [AJUDA] Criar comando /lideres - by [S]trong - 25.08.2011, 15:39
Re: [AJUDA] Criar comando /lideres - by Bryaan_Smith - 25.08.2011, 15:42
Re: [AJUDA] Criar comando /lideres - by Douglas_prt - 25.08.2011, 15:42
Re: [AJUDA] Criar comando /lideres - by [S]trong - 25.08.2011, 15:42
Re: [AJUDA] Criar comando /lideres - by DartakousLien - 25.08.2011, 15:43
Re: [AJUDA] Criar comando /lideres - by Bryaan_Smith - 25.08.2011, 15:44
Re: [AJUDA] Criar comando /lideres - by DartakousLien - 25.08.2011, 15:48
Re: [AJUDA] Criar comando /lideres - by [S]trong - 25.08.2011, 15:49
Re: [AJUDA] Criar comando /lideres - by DartakousLien - 25.08.2011, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)