gta6/prompts
ui
Vaultbeginnerui

Static Map Blip Manager (POIs + Legend)

A framework-agnostic, config-driven blip manager that renders categorized static map blips for shops/jobs/POIs with per-category runtime toggles and a legend.

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

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.

🔒 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/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…

🔒 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

  • Handle leak — always RemoveBlip stored handles on toggle-off; never re-add without clearing.
  • Blank labels — use the BeginTextCommandSetBlipName/EndTextCommandSetBlipName pair, not SetTextEntry.
  • 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-core shared locations into the config; optionally hide job blips unless PlayerData.job matches.
  • QBox: Feed qbx shared location exports into the config table; gate gang/job POIs with an event that calls showCategory/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.