gta6/prompts
jobs
Coreintermediatejobs

Garbage Collector — Route Bins & Pay

ESX garbage job: a sequential route of bin pickups with marked blips, paid out per bin on return to the depot.

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

Description

An ESX garbage collector job: /startroute marks the first bin, and each pickup advances to the next with a short animation; after the last bin a depot blip appears and returning there pays out per bin collected. A simple sequential-route earnings loop for sanitation RP.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 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/jobs/09-garbage-route-bins-pay.lua. It implements a one-at-a-time bin route with pickup anims and a clamped depot payout. The fxmanifest splits it…

🔒 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

  • All bins marked at once — players cherry-pick the nearest and skip the route. Advance and mark one target bin at a time.
  • Unclamped payout — trusting the client bin count invites spoofing. Clamp with math.min(count, max) server-side.
  • Orphan blip — forgetting RemoveBlip after the depot payout leaves a stale route. Remove it when the route completes.
  • No job gate — gate garbage:payRoute on job.name == "garbage".

Integration Notes

  • Split the banners into client.lua and server.lua; list both in fxmanifest.lua.
  • Requires es_extended and a garbage job seeded in your jobs table.
  • Test on a dev server: set yourself to garbage, /startroute, hit each marked bin, return to the depot, and confirm the payout scales with bins collected.

Profit Potential

$350–$5000/mo on Tebex (expected ~$1300). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled for a hot job-systems niche at intermediate difficulty — a staple starter job on most economy servers.

Trend Signal

🔥 hot — custom FiveM job systems = niche-selection LAUNCH #1 (4.75).

Sales Angle

Position as the reliable entry-level job every economy server stocks: a sequential bin route, clean blip advance, and a spoof-clamped depot payout. List at $89 as a low-friction starter.

Difficulty & Ship Time

intermediate · ships in 4-6h.