Help system engine cars - 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: Help system engine cars (
/showthread.php?tid=500907)
Help system engine cars -
KiLLeR11222 - 15.03.2014
I had an engine on the server in which the button 2 start the engine, I removed the system but now I enter in a car not start off the place is as if you have the freeze.
Re: Help system engine cars -
RoboN1X - 16.03.2014
Search on your code, then remove
ManualVehicleEngineAndLights, it might be placed like this:
pawn Код:
public OnGameModeInit()
{
ManualVehicleEngineAndLights(); // Remove this!
}
Re: Help system engine cars -
GShock - 16.03.2014
Remove ManualVehicleEngineAndLights(); from publicOnGameModeInIt.
Re: Help system engine cars -
KiLLeR11222 - 16.03.2014
Thank's!
Re: Help system engine cars -
Lloyde - 16.03.2014
Put public OnGamemodeExit;