Setup
Last updated
Last updated
["vip"] = {
label = "VIP",
weight = 1,
degrade = 43800, -- 1 month
stack = true,
close = true,
consume = 0,
},Item('vip', function(data, slot)
ox_inventory:useItem(data, function(data)
if data then
TriggerEvent('gusti-vipmenu:openmenu')
end
end)
end)