I’d like for a message to pop up above the radar, instead of in the chat. Here’s what I got, but it doesn’t seem to do anything. It’s located in my sv_admin.lua since I use Essential. Thanks for any help!
-- TESTING
TriggerEvent('es:addCommand', 'test', function(source, args, user)
TriggerClientEvent('showNotify', source, "This is just a test!")
end)