gta6/prompts
phone
Vaultintermediatephone

GPS & Maps App

ESX/QBCore/QBox phone app for POI search, custom waypoints, server-saved places, route preview, and shareable live location.

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

Description

A GPS & maps phone app: search points of interest, drop custom waypoints, keep server-saved favorite places that survive relog, preview routes, and share a live location with another player. It is the everyday navigation utility driving-RP servers expect, with saved places and the share relay validated on the server.

Prompt Template

You are writing a FiveM resource for esextended (exports['esextended']:getSharedObject()).

πŸ”’ 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 lives at content/expected-outputs/phone/24-gps-maps-app.lua. It implements a server POI catalog with tag search, per-identifier saved places that persist across relog, anim-driven…

πŸ”’ 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

  • Client-only saved places β€” Claude stores favorites on the client so they vanish on relog, and shares a location with no target check. Keep saved places and the share relay server-side.
  • Anim before load β€” TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event β€” defining maps:syncData/locationShared on only one side breaks the share round-trip; both client and server use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move saved places and the share relay to the server: store favorites keyed by identifier so they survive relog, search POIs server-side, and on shareLocation verify the target exists before relaying only to them. The client must only render, set waypoints and play the check-map anim. Never persist favorites on the client."

Framework Integration

  • ESX: as written β€” exports['es_extended']:getSharedObject() and xPlayer.identifier as the saved-place key.
  • QBCore: swap to exports['qb-core']:GetCoreObject() and key saved places by Player.PlayerData.citizenid; POI/search logic is identical.
  • QBox: use exports.qbx_core:GetPlayer(src) then player.PlayerData.citizenid; share relay and saved places are unchanged.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo); a stable driving-RP niche with steady unit volume.

Trend Signal

β†’ stable β€” strategy: MASTER-200 id-115 Minimap & GPS Overhaul (MASTER-200.md:222); steady driving-RP demand.

Sales Angle

The everyday navigation app every driving-RP server wants β€” POI search, saved places and live location share in one phone utility. Recommended Tebex price $169.

Difficulty & Ship Time

intermediate Β· ships in 3-5h.