Skip to main content

Requirements

Steps

  1. Drop the nex_djbooth folder into your resources, e.g. resources/[djbooth]/nex_djbooth/.
  2. Import the bundled install.sql into your database (it creates the djbooth_locations table).
  3. Add it to server.cfg after its dependencies:
    ensure ox_lib
    ensure ox_target
    ensure oxmysql
    ensure xsound
    ensure nex_djbooth
    
  4. Grant access to the admin command:
    add_ace group.admin command.djbooth allow
    
  5. Restart your server.
That’s it. Run /djbooth in-game to start adding booths.

Updating

Your shared/config.lua is preserved across updates, and your booths in MySQL are preserved automatically.
  1. Replace the resource files with the new version.
  2. Restart the server.