Price
UnknownA script by hollywoodiownu
Price
Unknown

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 |
See what others are saying about this script.
Share your experience and help others.