Skip to main content

Vehicle Lift

Hydraulic vehicle lift system with smooth animation

This section

Vehicle Lift

Raise vehicles on a hydraulic lift for inspection and work. Uses realistic in-game props with smooth LERP-based animation.

Features

  • Smooth hydraulic raise/lower animation
  • Vehicle freezing during operation
  • Decorative pole props (optional)
  • Configurable height range, speed, and vehicle offset
  • Multiple lift locations per mechanic
  • Interaction: E key or ox_target / qb-target

Configuration

OptionDefaultDescription
platformModelprop_spray_jackframeLift platform prop
poleModelprop_spray_jacklegDecorative pole props
speed0.015Movement speed per frame
interactionRadius3.0Interaction prompt distance
interactionTypeinteraction'interaction' or 'target'
usePolestrueSpawn decorative pole props
minHeightLowest position (Z) ground level
maxHeightHighest position (Z) raised

Per-Mechanic Setup

Each mechanic can have one or more lifts configured:

lua
lift = {
enabled = true,
coords = vector3(-208.96, -1303.74, 30.15),
heading = 268.43,
minHeight = 30.1,
maxHeight = 32.5,
speed = 0.015,
vehicleOffset = vector3(0.0, 0.0, 0.7),
usePoles = true,
interactionType = 'interaction',
interactionRadius = 3.0,
}