[AJUDA] Comando para ADM abastecer
#2

pawn Код:
if(strcmp(cmd, "/abastecerid", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] < 4)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Voce nao tem permissao para usar esse comando!");
                return 1;
            }
            if(PlayerInfo[playerid][pTrampo] < 1)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo esta trabalhando, use /profadmin para trabalhar!");
            {
            if(IsPlayerInAnyVehicle(playerid))
            {
                GameTextForPlayer(playerid,"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Re-Abastecendo o Veiculo, Espere um Momento",2000,3);
                SetTimer("Fillup",RefuelWait,0);
                Refueling[playerid] = 1;
            }
        }
    }
    return 1;
}
Vocк havia esquecido de fechar uma chave.
Reply


Messages In This Thread
[AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 18:55
Re: [AJUDA] Comando para ADM abastecer - by Dolby - 02.11.2011, 18:58
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:02
Re: [AJUDA] Comando para ADM abastecer - by FireCat - 02.11.2011, 19:10
Re: [AJUDA] Comando para ADM abastecer - by TiagoPS - 02.11.2011, 19:11
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:20
Re: [AJUDA] Comando para ADM abastecer - by lucas_mdr1235 - 02.11.2011, 19:35
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:45

Forum Jump:


Users browsing this thread: 3 Guest(s)