Installation
Read carefully to ensure you've done everything required.
What do I need?
Use a supported framework or make it work with yours via the bridge folder.
Ox Lib (For the skill mini-game, not required).
Installation
⚠️Make sure you rename the folder from pickle_farming-main to pickle_farming prior to installing.⚠️
If you miss this step the script will not function as expected.
Navigate to the "_INSTALLATION" folder.
Import the images in the _INSTALLATION/images folder to your inventory image folder. (Varies on framework)
Run the SQL for ESX, or into the shared/items.lua for QB-Core.
["corn_seed"] = {["name"] = "corn_seed", ["label"] = "Corn Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "corn_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["corn_raw"] = {["name"] = "corn_raw", ["label"] = "Raw Corn", ["weight"] = 25, ["type"] = "item", ["image"] = "corn_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["corn"] = {["name"] = "corn", ["label"] = "Corn", ["weight"] = 25, ["type"] = "item", ["image"] = "corn.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["tomato_seed"] = {["name"] = "tomato_seed", ["label"] = "Tomato Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "tomato_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["tomato_raw"] = {["name"] = "tomato_raw", ["label"] = "Tomato Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "tomato_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["tomato"] = {["name"] = "tomato", ["label"] = "Tomato", ["weight"] = 25, ["type"] = "item", ["image"] = "tomato.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wheat_seed"] = {["name"] = "wheat_seed", ["label"] = "Wheat Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "wheat_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wheat_raw"] = {["name"] = "wheat_raw", ["label"] = "Wheat Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "wheat_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wheat"] = {["name"] = "wheat", ["label"] = "Wheat", ["weight"] = 25, ["type"] = "item", ["image"] = "wheat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["broccoli_seed"] = {["name"] = "broccoli_seed", ["label"] = "Broccoli Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "broccoli_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["broccoli_raw"] = {["name"] = "broccoli_raw", ["label"] = "Broccoli Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "broccoli_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["broccoli"] = {["name"] = "broccoli", ["label"] = "Broccoli", ["weight"] = 25, ["type"] = "item", ["image"] = "broccoli.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["carrot_seed"] = {["name"] = "carrot_seed", ["label"] = "Carrot Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "carrot_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["carrot_raw"] = {["name"] = "carrot_raw", ["label"] = "Carrot Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "carrot_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["carrot"] = {["name"] = "carrot", ["label"] = "Carrot", ["weight"] = 25, ["type"] = "item", ["image"] = "carrot.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["potato_seed"] = {["name"] = "potato_seed", ["label"] = "Potato Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "potato_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["potato_raw"] = {["name"] = "potato_raw", ["label"] = "Potato Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "potato_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["potato"] = {["name"] = "potato", ["label"] = "Potato", ["weight"] = 25, ["type"] = "item", ["image"] = "potato.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["pickle_seed"] = {["name"] = "pickle_seed", ["label"] = "Pickle Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "pickle_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["pickle_raw"] = {["name"] = "pickle_raw", ["label"] = "Pickle Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "pickle_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["pickle"] = {["name"] = "pickle", ["label"] = "Pickle", ["weight"] = 25, ["type"] = "item", ["image"] = "pickle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["weed_seed"] = {["name"] = "weed_seed", ["label"] = "Weed Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "weed_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["weed_raw"] = {["name"] = "weed_raw", ["label"] = "Weed Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "weed_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["weed"] = {["name"] = "weed", ["label"] = "Weed", ["weight"] = 25, ["type"] = "item", ["image"] = "weed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cocaine_seed"] = {["name"] = "cocaine_seed", ["label"] = "Cocaine Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "cocaine_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cocaine_raw"] = {["name"] = "cocaine_raw", ["label"] = "Cocaine Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "cocaine_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cocaine"] = {["name"] = "cocaine", ["label"] = "Cocaine", ["weight"] = 25, ["type"] = "item", ["image"] = "cocaine.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["heroin_seed"] = {["name"] = "heroin_seed", ["label"] = "Heroin Seed", ["weight"] = 25, ["type"] = "item", ["image"] = "heroin_seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["heroin_raw"] = {["name"] = "heroin_raw", ["label"] = "Heroin Raw", ["weight"] = 25, ["type"] = "item", ["image"] = "heroin_raw.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["heroin"] = {["name"] = "heroin", ["label"] = "Heroin", ["weight"] = 25, ["type"] = "item", ["image"] = "heroin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["garden_pitcher"] = {["name"] = "garden_pitcher", ["label"] = "Garden Pitcher", ["weight"] = 25, ["type"] = "item", ["image"] = "garden_pitcher.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["garden_shovel"] = {["name"] = "garden_shovel", ["label"] = "Garden Shovel", ["weight"] = 25, ["type"] = "item", ["image"] = "garden_shovel.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
Last updated