[Ajuda] Sistema de combustнvel
#4

Vocк terб que que refazer esse cуdigo.

Base:
PHP код:
## Base ##
CheckGas()
{
    for(new 
vehicleidGetVehiclePoolSize(); vehicleid <= v; ++vehicleid)// loop passando por todos os veiculos conectados.
    
{
        new 
enginelightsalarmdoorsbonnetbootobjective;
        
GetVehicleParamsEx(vehicleidenginelightsalarmdoorsbonnetbootobjective);
        
        if(
engine <= VEHICLE_PARAMS_OFF// veiculo desligado
            
continue;

        if(
Gas[vehicleid] <= 0){ // caso o veiculo nгo tenha combustivel.
            
SetVehicleParamsEx(vehicleidVEHICLE_PARAMS_OFFlightsalarmdoorsbonnetbootobjective);
        }
        else{
            
Gas[vehicleid]--;
        }
        
    }
    return 
false;

Reply


Messages In This Thread
Sistema de combustнvel - by _MtM_ - 27.12.2016, 18:48
Re: Sistema de combustнvel - by MkeY - 27.12.2016, 19:13
Re: Sistema de combustнvel - by _MtM_ - 27.12.2016, 19:33
Respuesta: Sistema de combustнvel - by SammyJ - 27.12.2016, 19:52
Re: Sistema de combustнvel - by _MtM_ - 27.12.2016, 23:49
Re: Sistema de combustнvel - by didimk157 - 28.12.2016, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)