thommie-notify Free fivem notification system How to use You can use in any client file: exports['thommie-notify']:notify(text, type, length) or TriggerEvent('notify', text, type, length) Or use in any server file: TriggerClientEvent('notify', source, text, type, length)