Turn off the engine
#1

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?
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)