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?
Re: Turn off the engine - [O.z]Caroline - 17.12.2011
pawn Код:
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);