SA-MP Forums Archive
How to - Make all cars that get spawned, or are spawned spawn with the engine turned off! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to - Make all cars that get spawned, or are spawned spawn with the engine turned off! (/showthread.php?tid=558534)



How to - Make all cars that get spawned, or are spawned spawn with the engine turned off! - TheTerminator - 17.01.2015

I have followed a tutorial how to make an /engine command to start / stop an engine.

But I just can't make it so a vehicle spawns with the engine off, it's always on! :/
Help?

I use zcmd, sscanf.


Re: How to - Make all cars that get spawned, or are spawned spawn with the engine turned off! - finelaq - 17.01.2015

Using this:
pawn Код:
ManualVehicleEngineAndLights();
https://sampwiki.blast.hk/wiki/ManualVehicleEngineAndLights


Re: How to - Make all cars that get spawned, or are spawned spawn with the engine turned off! - TheTerminator - 17.01.2015

I love you, thanks!!