mirror of
https://github.com/oosayeroo/qb-unicornjob.git
synced 2026-04-05 00:54:10 -04:00
added drawtext option
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# A Vanilla Unicorn Job for QBCore Framework
|
||||
|
||||
Discord - https://discord.gg/3WYz3zaqG5
|
||||
|
||||
|
||||
|
||||
## Please note
|
||||
@@ -144,7 +144,7 @@ QBShared.Items = {
|
||||
["shot-absinthe"] = {["name"] = "shot-absinthe", ["label"] = "Absinthe Shot", ["weight"] = 200, ["type"] = "item", ["image"] = "shot-absinthe.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Shot of Absinthe."},
|
||||
["shot-snakebite"] = {["name"] = "shot-snakebite", ["label"] = "Snakebite Shot", ["weight"] = 200, ["type"] = "item", ["image"] = "shot-snakebite.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Shot of Snake Bite."},
|
||||
["shot-redsnapper"] = {["name"] = "shot-redsnapper", ["label"] = "RedSnapper Shot", ["weight"] = 200, ["type"] = "item", ["image"] = "shot-redsnapper.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Shot of Red Snapper."},
|
||||
["shot-fireball"] = {["name"] = "shot-fireball", ["label"] = "Fireball Shot", ["weight"] = 200, ["type"] = "item", ["image"] = "shot-fireball.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Shot of Fireball."},
|
||||
["shot-fireball"] = {["name"] = "shot-fireball", ["label"] = "Fireball Shot", ["weight"] = 200, ["type"] = "item", ["image"] = "shot-frieball.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Shot of Fireball."},
|
||||
["vodka-crate"] = {["name"] = "vodka-crate", ["label"] = "Vodka Crate", ["weight"] = 2000, ["type"] = "item", ["image"] = "vodka-crate.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Crate of 10 Vodka Bottles"},
|
||||
["whiskey-box"] = {["name"] = "whiskey-box", ["label"] = "Whiskey Box", ["weight"] = 1600, ["type"] = "item", ["image"] = "whiskey-box.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Box of 6 Whiskey Bottles"},
|
||||
["beer-crate"] = {["name"] = "beer-crate", ["label"] = "Beer Crate", ["weight"] = 1800, ["type"] = "item", ["image"] = "beer-crate.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Crate of 12 Beers"},
|
||||
@@ -156,7 +156,7 @@ QBShared.Items = {
|
||||
["v-margarita"] = {["name"] = "v-margarita", ["label"] = "Margarita", ["weight"] = 100, ["type"] = "item", ["image"] = "v-margarita.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Margarita Cocktail"},
|
||||
["v-espressomartini"] = {["name"] = "v-espressomartini", ["label"] = "Espresso Martini", ["weight"] = 100, ["type"] = "item", ["image"] = "v-espressomartini.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "An Espresso Martini Cocktail"},
|
||||
["v-manhattan"] = {["name"] = "v-manhattan", ["label"] = "Manhattan", ["weight"] = 100, ["type"] = "item", ["image"] = "v-manhattan.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Manhattan Cocktail"},
|
||||
["v-oldfashioned"] = {["name"] = "v-oldfashioned", ["label"] = "Old Fashioned", ["weight"] = 100, ["type"] = "item", ["image"] = "v-oldfashioned.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Old Fashioned Cocktail"},
|
||||
["v-oldfasioned"] = {["name"] = "v-oldfashioned", ["label"] = "Old Fashioned", ["weight"] = 100, ["type"] = "item", ["image"] = "v-oldfashioned.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Old Fashioned Cocktail"},
|
||||
["v-bitter"] = {["name"] = "v-bitter", ["label"] = "Bitter", ["weight"] = 100, ["type"] = "item", ["image"] = "v-bitter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bitter For Making Cocktails"},
|
||||
["v-sparkles"] = {["name"] = "v-sparkles", ["label"] = "Sparkles", ["weight"] = 100, ["type"] = "item", ["image"] = "v-sparkles.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sparkles Cocktail"},
|
||||
["v-unicorn"] = {["name"] = "v-unicorn", ["label"] = "Unicorn", ["weight"] = 100, ["type"] = "item", ["image"] = "v-unicorn.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Unicorn Cocktail"},
|
||||
|
||||
26
config.lua
26
config.lua
@@ -4,6 +4,32 @@ Config.GaragePedLocations = {
|
||||
{coords = vector4(136.39, -1278.38, 29.36, 305.41)},
|
||||
}
|
||||
|
||||
Config.VUDrawtext = "enabled"
|
||||
Config.JobName = "vunicorn"
|
||||
Config.VunicornLocations = {
|
||||
["vunicorn-duty"] = {
|
||||
[1] = vector3(128.55, -1279.62, 29.40),
|
||||
},
|
||||
["drinks-1"] = {
|
||||
[1] = vector3(129.98, -1282.18, 29.27),
|
||||
},
|
||||
["vunicorn-menu"] = {
|
||||
[1] = vector3(94.98, -1292.79, 29.26),
|
||||
},
|
||||
["vunicorn-storage"] = {
|
||||
[1] = vector3(130.26, -1285.33, 29.27),
|
||||
},
|
||||
["drinks-2"] = {
|
||||
[1] = vector3(128.69, -1282.7, 29.27),
|
||||
},
|
||||
["vunicorn-register"] = {
|
||||
[1] = vector3(133.25, -1285.96, 29.27),
|
||||
},
|
||||
["vunicorn-garage"] = {
|
||||
[1] = vector3(136.39, -1278.38, 29.36),
|
||||
},
|
||||
}
|
||||
|
||||
Config.Items = {
|
||||
label = "Shop",
|
||||
slots = 9,
|
||||
|
||||
@@ -3,7 +3,7 @@ game 'gta5'
|
||||
|
||||
author 'oosayeroo'
|
||||
description 'qb-unicornjob by oosayeroo'
|
||||
version '1.0.0'
|
||||
version '2.1.3'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua'
|
||||
|
||||
Reference in New Issue
Block a user