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