Notification with image

Hi, IIRC we use to be able to draw notification like that. But I can’t remember how to do it, anyone got it working ?

t

Cheers

SetNotificationTextEntry(“STRING”)
AddTextComponentString(text)
SetNotificationMessage(icon, icon, true, type, sender, title, text)
DrawNotification(false, true)

http://runtime.fivem.net/doc/reference.html#_0x2B7E9A4EAAA93C89

Oh nice ! Thank you !