Use notify system

Welcome to Use notify system

To install these notifications, you do not need to be an experienced developer, but you do need to have basic knowledge of Lua.

This notification system has an extremely simple mode of use, here you will find the application mode for client or server, following the steps below, you should not have any complications to use!

Add the desired message, along with the time in MS (1500 for example) and the type of notification.

exports['qs-notify']:Alert('MESSAGE', TIME(MS), 'TYPE')

Here you have a small guide of the types that come by default, remember that you can create more following the terms within the configuration of the resource!

  • info

  • error

  • success

  • warning

  • phone

  • ambulance

  • police

Last updated