🔔Notify

  • Extract drz_notify into your resources folder.

  • Add ensure drz_policecheck to server.cfg.

  • Restart your server

Client Side

 exports['drz_notify']:Notify("Title", "Label", time, 'type', 'position')

Server Side

TriggerClientEvent('okokNotify:Alert', source, "Title", "Message", Time, 'type', 'position')

Last updated