I have this race system as FS because i can't put it in my gamemode. Because gamemode is RP i have turn engine on command. So how can i make vehicle's engine in turned on automaticaly when race starts because i need to turn it on manually. I have this in my FS but it is not helping
What can i do?
PHP Code:
new vehicleid, 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);