CloseMenu Event
EventHandler Example
RegisterNetEvent("viority_menu:client:CloseMenu")
AddEventHandler("viority_menu:client:CloseMenu", function()
-- Activate Hud Back
end)
warning
This Event is only available on client side!
RegisterNetEvent("viority_menu:client:CloseMenu")
AddEventHandler("viority_menu:client:CloseMenu", function()
-- Activate Hud Back
end)
This Event is only available on client side!