gta6/prompts
phone
Vaultintermediatephone

Classifieds Marketplace App

ESX/QBCore/QBox classifieds phone app: player listings by category with photos, in-app offers, and a server-held safe-meetup escrow — all funds and listings server-authoritative.

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

Description

A classifieds marketplace on the phone: players post listings by category with a photo and price, make in-app offers, and complete the trade through a server-held escrow that releases on seller acceptance. The escrow is the selling point — it kills scam disputes and the staff tickets they generate, which is why P2P-economy servers buy it.

Prompt Template

You are writing a FiveM resource for [esx|qbcore|qbox]. Resolve the framework…

🔒 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

See content/expected-outputs/phone/18-classifieds-marketplace-app.lua — an…

🔒 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

  • Escrow held client-side → free "payment" or double-collected funds.
  • Accept not gated on the seller → anyone closes a sale and pockets the escrow.
  • Post anim plays before the dict loads → T-pose.

Corrective re-prompt: Charge the buyer into a server-held escrow on market:offer (removeMoney then store the amount on the listing) and only addMoney to the seller in market:accept after verifying it.seller == xPlayer.identifier. Reject a second concurrent offer while one is pending.

Framework Integration

  • ESX: ESX.GetPlayerFromId(src), getMoney()/removeMoney()/addMoney(), ESX.GetPlayerFromIdentifier(it.seller) to notify the seller.
  • QBCore: QBCore.Functions.GetPlayer(src), Player.Functions.RemoveMoney('bank', amt) / AddMoney('bank', amt), key listings by citizenid.
  • QBox: exports.qbx_core:GetPlayer(src); persist listings to a marketplace table so open listings and escrow survive a restart.

Profit Potential

$150–$1800/mo on Tebex (expected ~$490). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a stable P2P-marketplace niche.

Trend Signal

stable — strategy: MASTER-200 marketplace lane (id-191 aggregator; id-112 phone apps); steady P2P-economy demand.

Sales Angle

The P2P-economy backbone; escrow kills scam complaints and cuts staff tickets. Recommended Tebex price $99.

Difficulty & Ship Time

intermediate · ships in 1-2 days.