SA-MP Forums Archive
Vehicle lights - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicle lights (/showthread.php?tid=264647)



Vehicle lights - Mikkel_RE - 27.06.2011

Hello, i added you possible to turn on and off your vehicle lights on my server, but they will automaticly turn off if its day, Also, the lights only works at night. How do i fix that?


Re: Vehicle lights - =WoR=Varth - 27.06.2011

pawn Код:
ManualVehicleEngineAndLights();
Put it inside your OnGameModeInit
You need that to use any of vehicle setting (doors,lights,engine,etc)


Re: Vehicle lights - Mikkel_RE - 27.06.2011

Thanks alot