okokNotify
Installation Guide
Displaying a notification
Client side
exports['okokNotify']:Alert('Title', 'Message', Time, 'type', playSound)Server side
TriggerClientEvent('okokNotify:Alert', source, 'Title', 'Message', Time, 'type', playSound)Adding new colors/notification types
Server artifacts
Last updated