Basic Settings
These control core behavior.
Configure Server Inventory
Locate
Config.Inventory = "ox"inconfig.luaSet to "ox", "qs", "qb", "esx", "vrp",or"custom".If
"custom", editserver/aa_editable.luasimilarly
Configure Framework Loaded Event
Locate
Config.FrameworkLoadedEvent = "esx:playerLoaded"inconfig.lua
Replace with your framework's client-side loaded event (e.g., for ESX:
"esx:playerLoaded").If no framework, use
"playerSpawned". This ensures the script initializes properly.
Debugging
Locate
Config.Debug = falseSet to
truefor console debug messagesThis is helpful for testing. Set to
falsefor production to reduce spam.
Job Cooldown
Locate
Config.Cooldown = 20Server-wide cooldown. Time (in minutes) before players can search for another job after completing or canceling one.
Search Time
Locate
Config.minSearchTime, Config.maxSearchTime = 10, 20inconfig.luaTime it takes to search (sec)
Random time between 10 and 20 (in seconds) to "search" for a job. Adjust for realism.
Last updated