Description
A config-driven map blip manager that reads a categorized table of shops/jobs/POIs and renders static blips with the right sprite, colour and scale, plus a per-category runtime toggle command and a legend. It's a beginner-friendly, evergreen utility — the value is a clean config surface buyers can extend without touching logic.
Prompt Template
You are writing a FiveM resource: a config-driven static blip manager.
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/ui/21-map-blip-manager.lua. It builds blips from a categorized config table, tracks handles per category for clean removal, and exposes a /blips…
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
- Handle leak — always
RemoveBlipstored handles on toggle-off; never re-add without clearing. - Blank labels — use the
BeginTextCommandSetBlipName/EndTextCommandSetBlipNamepair, notSetTextEntry. - Inline coords — keep every point in the config table so buyers can extend it.
Corrective re-prompt: "Track each category's blip handles in an active table and RemoveBlip them all on toggle-off so nothing leaks. Name blips with BeginTextCommandSetBlipName('STRING') + AddTextComponentString(label) + EndTextCommandSetBlipName(blip), and keep all coordinates in the CATEGORIES config rather than inline."
Framework Integration
- ESX: Drop categories straight from
Config.Shops/job coordinates; no ESX object needed since it's client-only. - QBCore: Mirror your
qb-coreshared locations into the config; optionally hide job blips unlessPlayerData.jobmatches. - QBox: Feed
qbxshared location exports into the config table; gate gang/job POIs with an event that callsshowCategory/hideCategory.
Profit Potential
$150–$1800/mo on Tebex (expected ~$450). [INFERRED] priced within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo) for a stable, low-complexity niche.
Trend Signal
→ stable — inferred: Every server needs POI blips; a clean config-first blip manager is an evergreen low-complexity seller.
Sales Angle
Position as the day-one POI layer every fresh server needs — sell the config ergonomics and the legend, not the FiveM natives. Recommended Tebex price $59.
Difficulty & Ship Time
beginner · ships in 2-4h.