Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function consoleVehicleLights ()
  2. playerVehicle = getPedOccupiedVehicle ( getLocalPlayer() )
  3. if ( 415 ) then
  4. if ( getVehicleOverrideLights ( playerVehicle ) ~= 2 ) then
  5. setVehicleOverrideLights ( playerVehicle, 1 )
  6. end
  7. end
  8. end
  9. addCommandHandler ( "vehiclelights", consoleVehicleLights )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement