[Pedido] Comando /piloto
#9

Quote:
Originally Posted by Cidiei
Посмотреть сообщение
Tenta ai!
Cuidado na definiзгo de variбveis.
pawn Код:
if(strcmp(cmdtext, "/piloto",true)){
        new trabalhando[MAX_PLAYERS];
        new vehid = GetPlayerVehicleID(playerid);
        new carid = GetVehicleModel(vehid);
        if(carid == 511 || carid == 512 || carid == 593 || carid == 520 || carid == 553 || carid == 476 || carid == 464 || carid == 519 || carid == 460){
            if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER){
                if(!trabalhando[playerid]){
                    trabalhando[playerid] = true;
                    format(stringa, sizeof(stringa),"[INFO] Piloto %s esta trabalhando.", pname);
                    SendClientMessageToAll(0x0016DDFF, stringa);
                }else{
                    trabalhando[playerid] = false;
                    format(stringa, sizeof(stringa), "[INFO] Piloto %s parou de trabalhar.", pname);
                    SendClientMessageToAll(0x0016DDFF, stringa);
                }
            }
            else return SendClientMessage(playerid,-1,"Vocк nгo estб dirigindo a aeronave!");
        }
        else return SendClientMessage(playerid, -1, "Vocк nгo estб em uma aeronave!");
    }
Vlw cara, TE AMO.
Reply


Messages In This Thread
Comando /piloto - by TorresPutado - 17.08.2013, 19:25
Re: Comando /piloto - by xxRaioxx - 17.08.2013, 19:33
Re: Comando /piloto - by xxRaioxx - 17.08.2013, 19:36
Respuesta: Re: Comando /piloto - by TorresPutado - 17.08.2013, 19:37
Re: Comando /piloto - by xxRaioxx - 17.08.2013, 19:40
Respuesta: Re: Comando /piloto - by TorresPutado - 17.08.2013, 19:46
Re: Comando /piloto - by xxRaioxx - 17.08.2013, 19:49
Re: Comando /piloto - by Cidiei - 17.08.2013, 19:52
Respuesta: Re: Comando /piloto - by TorresPutado - 17.08.2013, 21:00

Forum Jump:


Users browsing this thread: 2 Guest(s)