04.12.2010, 20:01
To create new func. instead of ManualVehicleEngineAndLights();
Example below.
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.