[SUGG] Customize ManualVehicleEngineAndLights.
#1

To create new func. instead of ManualVehicleEngineAndLights();

Example below.

Код:
native ManualVehicle(manualID);

#define FULLY_MANUAL 0 // Same as ManualVehicleEngineAndLights
#define ENGINE_MANUAL 1 // Just engine needs to enable/disable manually, lights will be enabled auto in night
#define LIGHTS_MANUAL 2 // Just lights will be able to manual, engine works normally.
Reply
#2

It should be scriptable using VEHICLE_PARAMS_UNSET.
For manual engine just set lights VEHICLE_PARAMS_UNSET an they should work at night, havent tested.
Automatic engine starting should be easy to script. (i used onplayerstatechange)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)