dazeNotify
Daze Notify is quite advanced notify but the usage is very easy.
How to use?
-- client side
CreateThred(function()
-- your code
exports[dazeNotify]:Alert('HEADING', 'Here is the example text', 5000, 'green')
--exports[dazeNotify]:Alert('HEADING', 'Here is the example text', Time (ms), 'color')
end)
-- server side
TriggerClientEvent('dazeNotify:Alert', 'HEADING', 'Here is example text', 5000, 'red')
--TriggerClientEvent('dazeNotify:Alert', 'HEADING', 'Here is example text', Time (ms), 'color')
With love,
DAZE Team
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 200 |
Requirements | None |
Support | Yes |