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…
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
See content/expected-outputs/phone/18-classifieds-marketplace-app.lua — an…
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
- 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 bycitizenid. - QBox:
exports.qbx_core:GetPlayer(src); persistlistingsto amarketplacetable 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.