Wert Water Dispensers (Coolers)

You can access the setup information you need about this product

INSTALLATION

1 - Upload the script folder to the location of your resources

2 - Check config file for your own settings

3 - Please add the items to your list in the items section below

4 - Installation successful, have a good funs

ITEMS

( If u use ox_inventory please convert ox_inventory item format )


["water_dispenser"] = {
	["name"] = "water_dispenser",
	["label"] = "Water Dispenser",
	["weight"] = 0,
	["type"] = "item",
	["image"] = "water_dispenser.png",
	["unique"] = true,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["cold_water_cup"] = {
	["name"] = "cold_water_cup",
	["label"] = "Cold Water",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "cold_water_cup.png",
	["unique"] = false,
	["useable"] = true,
	["expire"] = nil,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = "A Cup Cold Water"
},
["hot_water_cup"] = {
	["name"] = "hot_water_cup",
	["label"] = "Hot Water",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "hot_water_cup.png",
	["unique"] = false,
	["useable"] = true,
	["expire"] = nil,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = "A Cup Hot Water"
},
25KB
Open

OX LIB OPTION

There are many ox settings available in the files, if you want, you can configure them.

If you want to use ox_lib, please check if this link is enabled on fxmanifest.check it out from inside lua. this must be turned on before you can use ox_lib. After opening it, it will be enough to use the refresh and ensure commands.

OPEN FILES

Last updated