wrenchSetup

Quick installation guide for 0r-builderjob

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 builderjob-assets
start builderjob-vehicles
start 0r-builderjob
circle-info

The SQL file included in read-me/database.sql is handled automatically by the resource. 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

  • builderjob-assets starts without errors

  • builderjob-vehicles starts without errors

  • 0r-builderjob starts without errors

  • The builder menu opens correctly in game

Last updated