🟡ESX
Installation guide for the ESX version of Sanitation
Step 1: Dependencies
Make sure that your server has these dependencies already installed on the server: es_extended, ox_target and ox_lib
Step 2: Configuration
Make sure that qb-sanitation/config/shared.lua: Config.ESX is set as true
Make sure that qb-sanitation/config/shared.lua: Config.Notification is set as ESX 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