Sick Notify

Have a new notification design for your fivem server

See the preview of this asset https://www.youtube.com/watch?v=q3TZblp1mIw

Do you want to buy this script ?

This script is available for QBCore, ESX & Standalone Framework.

Step 1 - Extracting the files

Extract the downloaded resource from https://keymaster.fivem.net/ into your resources folder.

Step 2 - Configure the script

Inside of the config.lua, you can find the configuration.

Step 3 - Running the script

Add ensure tp-sicknotifyto your server's configuration file server.cfg

server.cfg
ensure tp-sicknotify

If you've followed every single step thoroughly, the script should work perfectly. If is still doesn't work, open a support ticket on our discord.

Exports functions

You can simply modify the menu and adapt it for other scripts.

exports['tp-sicknotify']:Alert('type', 'text', 5000) -- Function
TriggerClientEvent("tp-sicknotify", source, 'type', 'text', 5000) -- Trigger event

In type you have: error, success, warning, info.

Last updated