16.12.2011, 21:57
I have a basic engine system but when I shut it down it only freeze the screen and the lights and the engine is still on. How do I turn the vehicle completely off?
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(vid,0,lights,alarm,doors,bonnet,boot,objective);