1
Install Dependencies
Before you place the script in your server, make sure these three resources are present and up to date:
Place
ox_lib and oxmysql in your server’s resources folder if they aren’t there already. crux_lib is already in the script ZIP you received — just move it alongside the main script resource.2
Configure the Script
Open the script’s folder and navigate to
config/config.lua. Read through every option and adjust the values to match your server’s setup — job names, prices, coordinates, and feature toggles all live here.3
Add Job Grades
Each restaurant and job script includes a pre-built job grade definition. Add it to your framework using the method below for your setup:
- QBCore
- QBox
- ESX
Copy the job grade block from the script’s
README and paste it into:4
Add Inventory Items
Open the
install folder inside the script. You’ll find item definitions and item images organised for each supported inventory system.- qb-inventory
- ox_inventory
- qs-inventory
- tgiann-inventory
- Copy the item definitions from the script’s
READMEinto: - Copy all images from
/install/imagesinto:
The exact item definitions for each script (item names, labels, weights, and images) are listed on that script’s individual documentation page, not here.
5
Ensure Resources
Add the resources to your server’s Replace
server.cfg in this order. Always ensure ox_lib and crux_lib before the script itself:crux-[scriptname] with the actual resource folder name for the script you’re installing. You’ll find the exact name on the script’s individual documentation page.