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