Hello i need help at somthing, i am trying to replace the default esx_notify with my notify from my HUD, but i don’t get how i do it, can someone explain and help, Thanks!
[NOTIFY] [CLIENTSIDE!]
TriggerClientEvent(‘unique_hud:Notify’, “TITLE”, “This is a test.”, ‘success’, 5000) – “TITLE” = Notify title, “This is a test.” = Notify text, ‘success’ = Notify type, 5000 = Notify displaytime in milliseconds.
exports[‘unique_hud’]:Notify(“TITLE”, “This is a test.”, ‘success’, 5000)
