Add files via upload

This commit is contained in:
oosayeroo
2022-05-04 10:00:23 +01:00
committed by GitHub
parent e34e1b1cc8
commit 46e7c49786

View File

@@ -126,9 +126,9 @@ QBCore.Functions.CreateCallback('qb-unicornjob:server:get:ingredientHulk', funct
local src = source
local Ply = QBCore.Functions.GetPlayer(src)
local whiskey = Ply.Functions.GetItemByName("whiskey")
local syrup = Ply.Functions.GetItemByName("v-sugar-syrup")
local vodka = Ply.Functions.GetItemByName("vodka")
local syrup = Ply.Functions.GetItemByName("v-syrup-sugar")
if whiskey ~= nil and vodka ~= nil and syrup ~= nil then
if whiskey ~= nil and syrup ~= nil and vodka ~= nil then
cb(true)
else
cb(false)