Description
An ESX repo agent job: the server issues a repossession order on a flagged vehicle with a routed blip, the agent winches it onto a flatbed, hauls it to the impound yard, and collects a server-validated per-repo fee. It sells because a repo/impound winch occupation pairs naturally with mechanic and impound economies and gives drivers an active, order-driven job distinct from a passive tow station.
Prompt Template
You are writing a FiveM resource for esextended (stable, exports-based…
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/jobs/16-repo-agent-winch-impound.lua. It implements order issue → routed blip → flatbed winch-attach → impound delivery → plate-validated payout, with orders owned by the…
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
- Unvalidated payout — the server pays only when the delivered plate matches the order it issued.
- Attach on a non-owned vehicle — request network control before
AttachEntityToEntityor the attach desyncs. - Anim before dict load — wait on
HasAnimDictLoaded.
Corrective re-prompt: "Agents are getting paid for repossessing random cars. In the deliver handler, compare the plate the client sends against the plate stored in the server's activeOrders[source]; reject and notify if they differ, and only addMoney when they match."
Framework Integration
- ESX: uses
ESX.GetPlayerFromId,xPlayer.job.name, andxPlayer.addMoneyas shipped. - QBCore: swap to
QBCore.Functions.GetPlayer, guardPlayerData.job.name, andPlayer.Functions.AddMoney("bank", fee). - QBox: resolve via
exports.qbx_core:GetPlayer(source); pair the impound step with qbx_vehicles state if you persist repo'd vehicles.
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), scaled to a stable repo/impound niche.
Trend Signal
→ stable — inferred: Repo/impound winch-attach occupation pairs with mechanic work; steady demand, distinct from a passive repair-tow station.
Sales Angle
Sell it to mechanic/impound-economy servers as the active repo occupation — order-driven winch work that feeds the impound yard, not a passive tow station. Recommended Tebex price $139.
Difficulty & Ship Time
intermediate · ships in 1 day.