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…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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,…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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 operator —
TaskPlayAnimruns 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 aqb-target/ox_targetzone on the bay. - QBox: use
exports.qbx_core; pair withox_targetboxZones 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.