https://github.com/t3rius/t3_winemakerjob
Winemaker job for FiveM [ESX]
https://github.com/t3rius/t3_winemakerjob
esx fivem winemaker winemakerjob
Last synced: 8 months ago
JSON representation
Winemaker job for FiveM [ESX]
- Host: GitHub
- URL: https://github.com/t3rius/t3_winemakerjob
- Owner: T3rius
- License: gpl-3.0
- Created: 2023-01-03T17:20:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:57:43.000Z (over 1 year ago)
- Last Synced: 2025-04-28T03:34:00.503Z (about 1 year ago)
- Topics: esx, fivem, winemaker, winemakerjob
- Language: Lua
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# t3_winemakerjob
For support: [Discord](https://discord.gg/yZv3F6Bhd6)
Features:
* Easy to configurate
* Boss Menu
* Garage
* No AFK Job
* Job Blips
* More types of wine
* Webhooks
* Harvesting
Dependencies:
* [ox_lib](https://github.com/overextended/ox_lib)
* [ox_target](https://github.com/overextended/ox_target)
**ITEMS:**
['cervenehrozno'] = {
label = 'Red grapes',
weight = 25,
stack = true,
close = true,
description = nil
},
['bielehrozno'] = {
label = 'White grape',
weight = 25,
stack = true,
close = true,
description = nil
},
['ruzovehrozno'] = {
label = 'Pink grape',
weight = 25,
stack = true,
close = true,
description = nil
},
['cervenestlacene'] = {
label = 'Red pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},
['bielestlacene'] = {
label = 'White pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},
['ruzovestlacene'] = {
label = 'Pink pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},
['cervenaflasa'] = {
label = 'Red wine',
weight = 250,
stack = true,
close = true,
description = nil
},
['bielaflasa'] = {
label = 'White wine',
weight = 250,
stack = true,
close = true,
description = nil
},
['ruzovaflasa'] = {
label = 'Pink wine',
weight = 250,
stack = true,
close = true,
description = nil
},