wrenchSetup

Quick installation guide for 0r-excavatorjob

This page covers the minimum setup required to get the script running correctly: dependencies, server.cfg start order, and the included database table.

Required Dependencies

Use a clean start order so the script loads after its dependencies:

start oxmysql
start ox_lib
start framework -- es_extended, qb-core, qbx_core, etc.
-- other resources
start 0r_lib
start 0r-excavatorjob
circle-info

database.sql is executed automatically. You do not need to import it manually.

Database

The script includes this table:

Final Checklist

After setup, verify these points:

  • 0r_lib starts without errors

  • 0r-excavatorjob starts without errors

  • No missing dependency errors appear in console

  • Job zones and interactions load correctly in game

Last updated