questionFAQ and Troubleshooting

Common questions, common mistakes, and quick fixes

Where Do I Change Script Settings?

Use:

  • 0r-garbage/config/main.lua

  • 0r-garbage/config/job.lua

main.lua controls menu, XP, clothing, and UI settings.

job.lua controls employers, routes, scenario rewards, and step structure.

Do I Need To Import SQL Manually?

Yes. Import:

0r-garbage/read-me/database.sql

The Menu Does Not Open

Check these first:

  • Is the resource started correctly?

  • Is one menu access method enabled?

  • Did you add garbage_tablet if item access is enabled?

  • Are allowedJobs blocking access?

  • Are you failing the requiredMinDistance check?

Target Interactions Do Not Show

Check:

  • ox_target or qb-target is running

  • Your custom target integration is correct

  • The relevant step is enabled in the scenario you are testing

Reward Items Or Bag Loot Do Not Work

Check these:

  • Reward item names exist in your inventory

  • Your inventory integration file returns correctly

  • Config.IncludeOpenedBagRewardsInPayout matches the payout behavior you want

How Do I Change Scenario Rewards Or Team Sizes?

Use:

Edit the scenarios table for:

  • teamSize

  • maxActiveTeams

  • cooldown

  • rewards

  • vehicles

  • steps

How Do I Change Keybind Or Menu Command?

Use:

inside config/main.lua.

I Changed Config But Nothing Happened

Check these points:

  • You edited the correct file

  • You restarted the resource

  • You changed the correct scenario or step

  • Your integration edits did not break helper return values

Last updated