How can I make the bikes 'engine' be turned on when they spawn/ respawn?
#4

pawn Код:
if(IsModelABycicle(vehicleid))
    {
        new engine,lights,alarm,doors,bonnet,boot,objective;
        GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
        SetVehicleParamsEx(vehicleid,1,lights,alarm,doors,bonnet,boot,objective);
        engineOn[vehicleid] = true;
        gEngine[vehicleid] = true;
        engineOn[vehicleid] = true;
        return 1;
    }
Reply


Messages In This Thread
How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by Don_Cage - 30.01.2014, 16:05
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by MrTinder - 30.01.2014, 16:07
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by Don_Cage - 30.01.2014, 16:13
Re: How can I make the bikes 'engine' be turned on when they spawn/ respawn? - by ProjectMan - 30.01.2014, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)