[HELP] Notification above radar

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)
1 Like

look the notif system

What do you mean by the notif system? I don’t understand.

Can you show what the showNotify client event is?

[wrong info deleted by author]

seriously ? its work perfectly for me without your modif :\

Yeah, my bad. That function should work fine, I was thinking of something else.

Strange, it doesn’t pop up or anything. Not sure what could be wrong with it.

Are you getting any errors in the client or server console?

Nope, it just says that the resource has restarted and everything else in the es_admin works…