[Ajuda] Comando /abrirevento
#2

Ola

tenta assim

pawn Код:
if(!strcmp("/abrirevento", cmd, true))
{
    if (PlayerInfo[playerid][pAdmin] < 3)
    {
        SendClientMessage(playerid, COLOR_GRAD1, "   Autorizaзгo insuficiente !");
        return 1;
    }
    if(evento == 0) {
        for(new i = 0; i <= EVENTOID+1; i ++)
            entrouevento[i] = false;

        evento = 1;
        format(Celulas, sizeof(Celulas), "{FFFFFF} -- Evento aberto pelo admin! Digite {FF230A}/irevento {FFFFFF}-- ");
        SendClientMessageToAll(Vermelho,Celulas);
        GetPlayerPos(playerid, Dest[0],Dest[1],Dest[2]);
        return 1;
    }
    else if(evento >= 1) {
        evento = 0;
        format(Celulas, sizeof(Celulas), "{FFFFFF} -- Evento fechado pelo admin ! -- {FF230A}%d{FFFFFF} pessoas foram ao evento.",entrou);
        SendClientMessageToAll(Vermelho,Celulas);
        entrou=0;
        return 1;
    }
}
PT
Reply


Messages In This Thread
Comando /abrirevento - by LeonardoBCF - 23.04.2013, 17:54
Re: Comando /abrirevento - by PT - 23.04.2013, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)