RegisterNetEvent('esx_identity:showRegisterIdentity') AddEventHandler('esx_identity:showRegisterIdentity', function() if not isDead then Citizen.Wait(2000) EnableGui(true) TriggerEvent('esx:showNotification', "If you do not see a cursor type /register in chat") end end)