[Standalone][FREE] Custom DrawNotification

Hello

2021/08/16 EDIT:This resource has been set FREE!
We will release a paid one, but with smoother animations and more customisable/responsive design!

This little resource is a replace for the default gta DrawNotification.

You can ask yourself a question, why is this any better than the default lore friendly gta version?
If your language contains dotted characters (á,ő, etc.) then the default drawnotification goes ‘crazy’, and does not show up the letters, we wanted to find a solution for that.

With this resource you can fully customize your notifications.
TriggerEvent('aquiverNotify', 'Testing the text message input.\nNewline\nThird line', 'Test Header', 'chips.png', 3, 'rgba(255,0,0,0.25)')

Features

  • Custom font
  • Notify sound effect
  • Adding custom images for the notification
  • Aligned in different resolutions
  • You can use custom presets for the coloring, setup in the config.lua file.

If you are using ESX, then you can easily replace the client side function, then all of your drawnotifications will change.

Where to edit

Search for the function and event names, and edit them!

ESX.ShowNotification = function(msg, header, img, time, color)
TriggerEvent(‘aquiverNotify’, msg, header, img, time, color)
end

RegisterNetEvent(‘esx:showNotification’)
AddEventHandler(
‘esx:showNotification’,
function(msg, header, img, time, color)
ESX.ShowNotification(msg, header, img, time, color)
end
)

Video: AquiverNotify - YouTube
Tebex: https://aquiver-freamee.tebex.io/package/4492724

Resource monitor

SV


CL

My other resources
Casino Roulette

v1.0.1

9 Likes

looks very clean and good. Keep it up <3

1 Like

Possible color on the text or notify for success or error?

2 Likes

I will make it today night. Thats good idea tho.

3 Likes

By purchasing do we have access to the update?

2 Likes

show us the resmon, please.

2 Likes

Resmon would be great!

1 Like

Yeah, i always send them via email.

Added the resmon in the description. :wink:

1 Like

looking good

Nice job, I have to modify the script, if anyone wants it

1 Like

i need a dev for my server

1 Like

Looks good. :heart_eyes:

Thanks

1 Like

wht do you need the dev do?

Can someone tell me why my IMG does not load? In which ordner does they have to be?

Hi.

Where did you put the images? I mean the folder.

Also, it has to be .png file if i remember well.