Installation

The installation its easier and simple

Step 1: Install Dependencies

latest release version of oxmysql
latest release version of ox_lib
latest release version of xsound
  • Don't forget to install sf_lib, which is included with the script upon purchase.

Step 2: Setup Framework

Go to sf_lib/Config.lua and config your framework.

Step 3: Add items list and images to inventory

In the sf_burgershot/!install directory, you will find images inventory and items list.

Step 4: Only for qb-inventory v2 users

Required to add this function in qb-inventory/server/functions.lua in bottom file.

local function ClearInventoryStash(identifier)
    local inventory = Inventories[identifier]
    if not inventory then return end
    inventory.items = {}
    inventory.isOpen = false
end

exports('ClearInventoryStash', ClearInventoryStash)

Step 5: Setup Config

Go to sf_burgershot/config.lua file and start setup, everything explained there.

Last Step: Ensure Resource

After download scripts and setup your config, drag and drop the folders into your main resources, if folder you drag him is inside sub folder and this sub folder already started everything ok, if not need to go server.cfj and add this commands:

ensure sf_lib
ensure sf_burgershot

Last updated

Was this helpful?