The Gary Birthday Cup

A script by hollywoodiownu

No reviews yet.
The Gary Birthday Cup main image

Price

Unknown

Full Description

maybemaybe

THE GARY BIRTHDAY CUP

gary_hehe-removebg-preview


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
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

| Code is accessible | Yes|
| Subscription-based | No |
| Lines (approximately) | No |
| Requirements | No |
| Support | Yes |

Config Merger
Have you tried Config Merger? Merge your configs easily