MacRichards / CarHudLights

Car hud light panel for FiveM servers
GNU General Public License v3.0
6 stars 3 forks source link

Added signal light option #7

Closed a3rgames closed 2 years ago

a3rgames commented 2 years ago

Now signal lights works on your vehicle

so left arrow key for left indicator right arrow key for right indicator UP arrow key for turn off signal lights

a3rgames commented 2 years ago

at line 31 create new line and add this thing that i forgot to put sorry

local vehicle = GetVehiclePedIsUsing(playerPed) --new added

MacRichards commented 2 years ago

I changed your code slightly only to allow the driver to enable to turn signals. Also, your code on line 31 is not necessary. I used pedVeh instead.