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()).
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 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β¦
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
- 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 β
TaskPlayAnimno-ops if the dict is not loaded; alwaysRequestAnimDict+while not HasAnimDictLoaded(dict) do Wait(0) end. - One-sided net event β defining
maps:syncData/locationSharedon only one side breaks the share round-trip; both client and server useRegisterNetEvent+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()andxPlayer.identifieras the saved-place key. - QBCore: swap to
exports['qb-core']:GetCoreObject()and key saved places byPlayer.PlayerData.citizenid; POI/search logic is identical. - QBox: use
exports.qbx_core:GetPlayer(src)thenplayer.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.