Basic Settings

These control core behavior.

chevron-rightConfigure Server Inventoryhashtag
  • Locate Config.Inventory = "ox" in config.lua

  • Set to "ox", "qs", "qb", "esx", "vrp", or "custom".

  • If "custom", edit server/aa_editable.lua similarly

chevron-rightConfigure Framework Loaded Eventhashtag
  • Locate Config.FrameworkLoadedEvent = "esx:playerLoaded" in config.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.

chevron-rightDebugginghashtag
  • Locate Config.Debug = false

  • Set to true for console debug messages

  • This is helpful for testing. Set to false for production to reduce spam.

chevron-rightJob Cooldownhashtag
  • Locate Config.Cooldown = 20

  • Server-wide cooldown. Time (in minutes) before players can search for another job after completing or canceling one.

chevron-rightSearch Timehashtag
  • Locate Config.minSearchTime, Config.maxSearchTime = 10, 20 in config.lua

  • Time it takes to search (sec)

  • Random time between 10 and 20 (in seconds) to "search" for a job. Adjust for realism.

chevron-rightSearch Costhashtag
  • Locate Config.SearchCost = 1000 in config.lua

  • This is the cost to search for a job

  • Money amount deducted from the player to start a job search (prevents spam). Uses cash first, then bank.

chevron-rightConfigure Server Targetinghashtag
  1. Locate Config.Targeting = "ox_target" in config.lua

  • Set to "ox_target", or "qb-target".

Last updated