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