Wert Cleaning System And Jobs

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


-- Default Items
["cleancar"] = {
	["name"] = "cleancar",
	["label"] = "Cleaning Car",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "cleancar.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["trash_paper"] = {
	["name"] = "trash_paper",
	["label"] = "Trash Paper",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "trash_paper.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["trash_bag"] = {
	["name"] = "trash_bag",
	["label"] = "Trash Bag",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "trash_bag.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["trash_bottles"] = {
	["name"] = "trash_bottles",
	["label"] = "Trash Bottles",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "trash_bottles.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["recycler_product"] = {
	["name"] = "recycler_product",
	["label"] = "Recycler Product",
	["weight"] = 100,
	["type"] = "item",
	["image"] = "recycler_product.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},

OX LIB OPTION

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

Config OX Settings

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.

OX LIB

OPEN FILES

Config File

Editable Client Side

lang.lua

FINISH

Last updated