THE GARY BIRTHDAY CUP
Warning Drugs Effects
seizure warning
Player is able to drink Gary Birthday Cup and Fun Stuff Happens
Gary Birthday Cup Included
> Video Coming Soon
Also work with [hito_drugeffects](https://hito.tebex.io/category/2058132)
How to Add Export
Change This Line In Server From This
QBCore.Functions.CreateUseableItem("garycup", function(source, item)
local Player = QBCore.Functions.GetPlayer(source)
if not Player.Functions.RemoveItem(item.name, 1, item.slot) then return end
TriggerClientEvent("consumables:client:onechips", source, item.name)
--exports["hito_drugeffects"]:start(source, "lsd") -- For Hito Drug Effects
end)
To
QBCore.Functions.CreateUseableItem("garycup", function(source, item)
local Player = QBCore.Functions.GetPlayer(source)
if not Player.Functions.RemoveItem(item.name, 1, item.slot) then return end
TriggerClientEvent("consumables:client:onechips", source, item.name)
exports["hito_drugeffects"]:start(source, "lsd") -- For Hito Drug Effects
end)
Add to qbcore - items lua
['garycup'] = {['name'] = 'garycup', ['label'] = 'Gary Birthday Cup', ['weight'] = 0, ['type'] = 'item', ['image'] = 'garycup.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Wtf is this'},
Add ogg file from zip ADDTOINTERACTSOUND to sound folder in interact sound
Wanna Check Out More?
Lary Gary Mods https://larygary.tebex.io
| Code is accessible | Yes|
| Subscription-based | No |
| Lines (approximately) | No |
| Requirements | No |
| Support | Yes |