WQL FARMER JOB
The βWqual Farm Jobβ script offers an immersive and realistic experience in the world of virtual farming. Players will have the opportunity to immerse themselves in the life of a farmer, managing their farm, growing crops and caring for animals.
Frameworks:
- ESX
Dependencies:
- ox_target
- ox_inventory
Preview: https://www.youtube.com/watch?v=ZBNf_mBWSn8
Installation: Installation - Installation
ox_inventory/data/items.lua
['farmer'] = {
label = 'Farmer Shovel',
weight = 20,
stack = true,
close = true,
description = 'Useful for collecting products in the lands.'
},
β
['emptybag'] = {
label = 'Empty Bag',
weight = 40,
stack = true,
close = true,
},
β
['emptybucket'] = {
label = 'Empty Bucket',
weight = 50,
stack = true,
close = true,
},
β
['sackpotatoes'] = {
label = 'Sack Potatoes',
weight = 300,
stack = true,
close = true,
},
β
['sackonion'] = {
label = 'Sack Onion',
weight = 300,
stack = true,
close = true,
},
β
['sackcarrot'] = {
label = 'Sack Carrot',
weight = 300,
stack = true,
close = true,
},
β
['sacktomatoes'] = {
label = 'Sack Tomatoes',
weight = 300,
stack = true,
close = true,
},
β
['milkbucket'] = {
label = 'Milk Bucket',
weight = 400,
stack = true,
close = true,
},
β
['hay'] = {
label = 'Hay',
weight = 30,
stack = true,
close = true,
},