πSLEEK NOTIFY
Here check the installation guide
Last updated
Here check the installation guide
Last updated
INSTALLATION GUIDE
Download from KEYMASTER and Unzip the forge-notify.pack.zip
and place this folder in your server's resource folder.
Add the resource to your server start config: ensure forge-notify
,
the name of the folder must not be changed or the resource will not function correctly. It must be started in the first positions
Delete or disable other Notify you have, such as QB or ESX.
You will need to add the export of our notification script in your core or in the script you want to use notifications (If you want to add it in the core, follow the guide below).
Reboot the entire server with the forge script well ensured in your server.cfg.
EXPORT
The export to display notifications in any script is this:
type:
The variables for exports, i.e. the types of notifications are:
announcement
success
info
error
bank
call
sms
message:
The text to be displayed. It can be of any length you want.
length:
The time the notifications will be on screen. This is the milliseconds.
INSTALL IT IN ESX OR QB
You must go to the following location and change the existing code to the new one.
es_extended
> client
> functions.lua
> ShowNotification
CONFIG
The following will explain all the settings, one of the most important things that I recommend you spend a few minutes to understand in order to offer your users the best possible experience.
If you want to edit the aesthetics or design. You have the HTML open so you can modify the style and everything as you want.
The script is RESPONSIVE for all resolutions as well.