🔴QBCore

Installation guide for the QBCore version of Sanitation

Step 1: Dependencies

Step 2: Configuration

  • Make sure that qb-sanitation/config/shared.lua: Config.ESX is set as false

  • Make sure that qb-sanitation/config/shared.lua: Config.Notification is set as QB or OX

  • Add items to the materials shop qb-sanitation/config/server.lua:

    Config.Materials = { -- name = "Item name", price = "Price to buy one item"
        {name = "", price = ""}, 
        {name = "", price = ""},
    }

Last updated