Installation Guide

Here's the full installation guide for the QBCore Version of the Oxy Run..

Dependencies

DependencyDescription

qb-core / qbx_core or es_extended

Framework

qb-target / qtarget / ox_target

sd_lib

Important Library

ox_lib

Important Library

Installation Steps

1. Add Items

For ESX:

  1. Import the items.sql file into your database in the [SQL]/ESX directory.

For QB-CORE:

  1. Open items.lua: Navigate to qb-core/shared/items.lua.

  2. Add the Following Items: Insert the following code into the items.lua file:

    ["bands"] 					 = {["name"] = "bands", 			 	["label"] = "Band Of Notes", 		        ["weight"] = 100, 		["type"] = "item", 		["image"] = "bands.png", 				["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A band of small notes.."},
    ["rolls"] 					 = {["name"] = "rolls", 			 	["label"] = "Roll Of Small Notes", 		        ["weight"] = 100, 		["type"] = "item", 		["image"] = "rolls.png", 				["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A roll of small notes.."},

2. Copy Images

Copy the corresponding item images to the images folder of your inventory

3. Run the SQL

Simply run the SQL file named 'run_me.sql' in the [SQL] directory.

Last updated