Skip to content

Commit

Permalink
Update VEHICLE/SetVehicleHeadlightShadows.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Skaggs <[email protected]>
  • Loading branch information
ahcenezdh and AvarianKnight authored Sep 13, 2024
1 parent c47a084 commit 881850b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VEHICLE/SetVehicleHeadlightShadows.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ if not vehicle then return end
SetVehicleHeadlightShadows(vehicle, 2)
```

### JavaScript Example
```js
const vehicle = GetVehiclePedIsIn(PlayerPedId(), false);
if (!vehicle) return;
Expand Down

0 comments on commit 881850b

Please sign in to comment.