gta6/prompts
mechanic
Vaultintermediatemechanic

Two-Post Hydraulic Lift

A server-gated two-post lift that raises a vehicle for underbody access with a synced prop, operator animation and a framed camera, enforcing one occupant at a time.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~95 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A two-post hydraulic lift that raises the nearest vehicle for underbody work, spawning a synced lift prop, playing the operator animation and framing the underbody. The server arbitrates occupancy so only one vehicle can ride a given bay at a time — the immersion centerpiece of a quality mechanic shop.

Prompt Template

You are writing a FiveM resource (resolve the framework via exports). Build a…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

The reference Lua at content/expected-outputs/mechanic/15-two-post-hydraulic-lift.lua implements a server-arbitrated single-bay lift, a net-id round-trip, a stepped raise/lower with a streamed prop,…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Local occupancy — clients self-grant the lift and two vehicles raise on one bay. Track occupancy on the server and reject the second request.
  • T-posed operatorTaskPlayAnim runs before the dict loads; the mechanic stands frozen.
  • Raw handle over the wire — the vehicle handle is sent instead of a net id, so remote clients can't resolve it.

Corrective re-prompt: Make the server the sole owner of bay occupancy (granted/busy/released), send VehToNet over the network and resolve with NetToVeh, and place the while not HasAnimDictLoaded(dict) do Wait(0) end loop before TaskPlayAnim.

Framework Integration

  • ESX: resolve with exports["es_extended"]:getSharedObject(); restrict lift use to the mechanic job and place the bay coords in a shop config.
  • QBCore: resolve with exports["qb-core"]:GetCoreObject(); bind the toggle to a qb-target/ox_target zone on the bay.
  • QBox: use exports.qbx_core; pair with ox_target boxZones to start the raise/lower without a command.

Profit Potential

$150–$2000/mo on Tebex (expected ~$540). [INFERRED] Priced inside the $50-389 script band against the signal-scraper corpus (median seller $11.85K/mo, n=100); an under-served quality prop sits mid-band.

Trend Signal

stable — inferred: The hydraulic lift is an evergreen shop-floor immersion prop under-served at quality [inferred].

Sales Angle

Sell it as the centerpiece prop that makes a mechanic shop feel like a real garage — the visual everyone screenshots. Recommended Tebex price $79.

Difficulty & Ship Time

intermediate · ships in 1 day.