[Ajuda] Gasolina ao carro spawnar
#7

PHP код:
new GasolinaVeiculo[MAX_VEHICLES];

forward VerificarGasolina(playerid);
public 
VerificarGasolina(playerid)
{
    if(
IsPlayerInAnyVehicle(playerid))
    {
        new 
carid GetPlayerVehicleID(playerid);
        new 
enginelightsalarmdoorsbonnetbootobjective;
        
GetVehicleParamsEx(caridenginelightsalarmdoorsbonnetbootobjective);
        if(
engine//assim so ira consumir gasolina se o motor estiver on
        
{
            
GetVehicleVelocity(caridVehSpeed[0], VehSpeed[1], VehSpeed[2]);
            if(
floatround(((floatsqroot(((VehSpeed[0] * VehSpeed[0]) + (VehSpeed[1] * VehSpeed[1]) + (VehSpeed[2] * VehSpeed[2]))) * (170.0))) * 1) > 5)
            {
                new 
modelo GetVehicleModel(carid);
                if(
modelo == 509 || modelo == 510 || modelo == 481) return 1;
                
                if(
GasolinaVeiculo[carid] == 0)
                {
                    
SetVehicleParamsEx(caridVEHICLE_PARAMS_OFFlightsalarmdoorsbonnetbootobjective);
                    
SendClientMessage(playeridvermelho"| INFO | A Gasolina de seu veiculo acabou, chame um mecвnico para guinchar, ou compre um galгo em um posto.");
                }
                if(
GasolinaVeiculo[carid] > 0)
                {
                    
ConsumoGas[playerid]+=1;
                    if(
ConsumoGas[playerid] >= (45 13))
                    {
                        
GasolinaVeiculo[carid]--;
                        
ConsumoGas[playerid] = 0;
                    }
                }
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Gasolina ao carro spawnar - by LucasDias - 03.06.2015, 05:16
Re: Gasolina ao carro spawnar - by Gii - 03.06.2015, 05:46
Re: Gasolina ao carro spawnar - by LucasDias - 06.06.2015, 13:14
Re: Gasolina ao carro spawnar - by PT - 06.06.2015, 14:24
Re: Gasolina ao carro spawnar - by LucasDias - 07.06.2015, 01:09
Re: Gasolina ao carro spawnar - by PT - 07.06.2015, 01:16
Re: Gasolina ao carro spawnar - by LucasDias - 07.06.2015, 02:22
Re: Gasolina ao carro spawnar - by LucasDias - 07.06.2015, 18:10
Re: Gasolina ao carro spawnar - by iTakelot - 13.06.2015, 11:51
Re: Gasolina ao carro spawnar - by ReyMysterio - 13.06.2015, 12:33

Forum Jump:


Users browsing this thread: 1 Guest(s)