gta6/prompts
vehicles
Vaultintermediatevehicles

Boat Ownership & Marina Slips

Own boats stored at a marina (framework exports), launched from a dock onto water and retrieved at the slip — water-class spawn handling land garages lack.

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
~82 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

Boats need their own storage logic: you cannot ground-snap a boat into a garage, you launch it onto water from a dock and dock it back at the slip. This system gives coastal and island servers proper water-class ownership — spawn at the launch point, float (not anchored), and remove on dock — which a land garage simply cannot do.

Prompt Template

You are writing a FiveM resource for a roleplay server. Resolve the framework via exports…

🔒 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/vehicles/14-boat-marina-ownership.lua implements a water-class launch (float spawn, no ground snap, anchor off), a dict-loaded launch animation,…

🔒 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

  • Ground-snapped boatSetVehicleOnGroundProperly forces a boat onto the dock; use a water-level launch point instead.
  • Anchored launch — spawning with the anchor on locks the boat in place; SetBoatAnchor(boat, false).
  • Client-trusted ownership — validating the slip client-side lets anyone launch another player's boat; check on the server.

Corrective re-prompt: "Treat this as a water-class vehicle: spawn at a float-coord launch point with no SetVehicleOnGroundProperly, and call SetBoatAnchor(boat, false). Validate plate ownership server-side before flipping stored, and delete the boat for all players via its network id on dock."

Framework Integration

  • ESX: store boats in an owned_boats table keyed by identifier; resolve via Framework.GetPlayerFromId.
  • QBCore: key owned_boats by citizenid; gate launch behind a marina zone using qb-target.
  • QBox: exports.qbx_core:GetPlayer(src); same owned_boats schema with a stored flag.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] Priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100); a stable coastal-server niche with steady but bounded demand.

Trend Signal

stable — inferred: Coastal/island servers need water-class storage (dock spawn, trailer launch, anchor) distinct from land garages; steady niche demand.

Sales Angle

Sell it as the marina counterpart to any garage for coastal and island servers; recommended Tebex price $79 as the only water-class storage they will need.

Difficulty & Ship Time

intermediate · ships in 1 day.