Dispatch Settings

Alerts police when players approach a job site.

chevron-rightConfiguring your Dispatchhashtag
  • Locate Config.Dispatch = "custom" in config.lua

  • Set to your dispatch resource: "cd", "origen", "tk", "rcore", "outlaw", "codem", "lb", "redutzu", "l2s", "sonoran", "qs", "ps", "custom", or false to disable.

  • If "custom", edit client/aa_editable.lua > Dispatch function to add your custom dispatch export/event.

chevron-rightAdd Dispatch Delayhashtag
  • Locate Config.DispatchDelay = 60 in config.lua

  • Time (in seconds) after player nears the site before dispatch is sent.

chevron-rightConfigure dispatch Jobshashtag
  • Locate Config.PoliceJobs = { "police" } in config.lua

  • Array of job names that receive dispatch alerts (e.g., {"police", "sheriff"}).

Last updated