esx_ambulancejob
1. Open the file
2. Restore Visual Effects After Revive
RegisterNetEvent('esx_ambulancejob:revive')
AddEventHandler('esx_ambulancejob:revive', function()
-- Your existing code...
-- ===== VMS Needs =====
if GetResourceState('vms_needs') == 'started' then
exports['vms_needs']:ReloadVisualEffect()
end
-- =====================
end)3. Restore Player Statuses After Hospital Respawn
Last updated