SA-MP Forums Archive
Light's - 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: Light's (/showthread.php?tid=186335)



Light's - Typhome - 28.10.2010

https://sampwiki.blast.hk/wiki/UpdateVehicleDamageStatus

GetVehicleDamageStatus(id,panelsx,doorsx,lightsx,t iresx);
UpdateVehicleDamageStatus(id, panelsx, doorsx, ?, tiresx);

See ? = What is number of car lights?

Left light = 1?
Right light = 2?

Or what? :S

(I need make :: ****** translator as "Direction lights"// turnsignal :: )


Re: Light's - Alex_Valde - 28.10.2010

Nah, it's not 1 and 2 you put in

UpdateVehicleDamageStatus(vehicleid, panels, doors, 0, tires) and that will turn off them.

But, for more info try to look at this FS: https://sampforum.blast.hk/showthread.php?tid=136277


Re: Light's - Typhome - 28.10.2010

What is numbers of left/right lights then?