1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/illenium-appearance/client/radial/qb.lua
2025-06-07 08:51:21 +02:00

16 lines
407 B
Lua

if not Radial.IsQBX() and not Radial.IsQB() then return end
function Radial.Add(title, event)
exports[Radial.ResourceName]:AddOption({
id = Radial.MenuID,
title = title,
icon = "shirt",
type = "client",
event = event,
shouldClose = true
}, Radial.MenuID)
end
function Radial.Remove()
exports[Radial.ResourceName]:RemoveOption(Radial.MenuID)
end