[Ajuda] Como crio uma mensagem local
#9

Tem como colocar esse comando nesse tipo de sistema:

Код:
   if(IsPlayerInAnyVehicle(playerid))
    {
        if(newkeys == KEY_YES && IsPlayerInAnyVehicle(playerid))
        {
        new motor, farol, alarme, portas, capo, portamalas, objetivo;
        new carro = GetPlayerVehicleID(playerid);
        static Float:health;
        GetVehicleHealth(GetPlayerVehicleID(playerid),health);
        if(health <= 350)
        {
            GameTextForPlayer(playerid, "~r~Veiculo Danificado", 5000, 3);
            SetVehicleParamsEx(carro, VEHICLE_PARAMS_OFF, farol, alarme, portas, capo, portamalas, objetivo);
            return 0;
        }
		
        if(ignicao[playerid] == 0)
             {
                 GetVehicleParamsEx(carro, motor, farol, alarme, portas, capo, portamalas, objetivo);
                 SetVehicleParamsEx(carro, VEHICLE_PARAMS_ON, farol, alarme, portas, capo, portamalas, objetivo);
                 SendClientMessage(playerid, -1, "Voce ligou o motor de seu veiculo.");
                 ignicao[playerid] = 1;
             }
             else if(ignicao[playerid] == 1)
             {
                 GetVehicleParamsEx(carro, motor, farol, alarme, portas, capo, portamalas, objetivo);
                 SetVehicleParamsEx(carro, VEHICLE_PARAMS_OFF, farol, alarme, portas, capo, portamalas, objetivo);
                 SendClientMessage(playerid, -1, "Voce desligou o motor de seu veiculo.");
                 ignicao[playerid] = 0;
             }
        }
    }
Se tiver como mais ou menos?
Reply


Messages In This Thread
Como crio uma mensagem local - by KrosmoStewart - 20.02.2019, 23:56
Re: Como crio uma mensagem local - by Cauezin - 21.02.2019, 00:11
Re: Como crio uma mensagem local - by KrosmoStewart - 21.02.2019, 00:32
Re: Como crio uma mensagem local - by Cauezin - 21.02.2019, 01:56
Re: Como crio uma mensagem local - by ipsLuan - 21.02.2019, 02:04
Re: Como crio uma mensagem local - by KrosmoStewart - 21.02.2019, 03:23
Re: Como crio uma mensagem local - by Scorpion659 - 21.02.2019, 13:29
Re: Como crio uma mensagem local - by AutoMatic2 - 21.02.2019, 14:20
Re: Como crio uma mensagem local - by KrosmoStewart - 21.02.2019, 14:53
Re: Como crio uma mensagem local - by ipsLuan - 21.02.2019, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)