Hello ,
Here is a script that I make available for the community for free.
Blink effect configurable
Color subtitle configurable
Debug command
Notifications stacking
This script allows you to send notifications, similar to those of GTA (advanced notifications)
Later I will allow players to make notifications without images and easier.
I remind you that this script is FREE and therefore I would not spend my whole life supporting it.
I hope you will like it!
If you have any suggestions, don’t hesitate to submit them and I’ll make changes if it seems coherent to me!
How to use ?
TriggerEvent from server :
TriggerClientEvent('dnotif:client:sendNotification', _source, 'your title', 'your subtitle', 'your message', 'Char_bank_maze.jpg' ,5000, false, 'info')
TriggerEvent from client :
TriggerEvent('dnotif:client:sendNotification','your title', 'your subtitle', 'your message', 'Char_bank_maze.jpg' ,5000, false, 'info')
Thank you community
Download : https://ddev.tebex.io/category/esx-qbcore-scrip or GitHub - Ddev-scripts/Dnotif
4 Likes
looks nice theres and option to change the position ?
dont free scripts have to be uploaded directly to github or forum? maybe rule changed
Yes they do but people don’t read.
2 Likes
why would u restrict images use only from html folder?
1 Like
Releases that are released for free must contain a direct download.
The Releases category exists for people to share their creations like scripts, maps, vehicles and more. To keep the category clean and to a high standards there are rules which must be followed. This post is an overview of the rules to follow when using the Releases category.
Releases
Releases are considered a complete product you want to share with others, you are not allowed to open topics to promote sales or entire stores. All releases must follow the Platform License Agreement (PLA) and Roc…
1 Like
D3TTa
August 29, 2022, 5:54pm
8
i get this Error when i try to use /testNotif
and when i use it like this, nothing happens!
TriggerEvent(‘dnotif:client:sendNotification’, ‘Bank’, ‘Test’, ‘Test’, ‘Char_bank_maze’, 5000, ‘false’, ‘#00a8ff ’)
Use the last version its fixed
D3TTa
August 30, 2022, 1:18am
10
thx, for the response!
but could you help me out and maybe give me an exsample how to use this notification ^^
paycheck.lua serverside
TriggerClientEvent(‘esx:showAdvancedNotification’, xPlayer.source, _U(‘bank’), _U(‘received_paycheck’), _U(‘received_salary’, salary), ‘CHAR_BANK_MAZE’, 9)
TriggerClientEvent(‘dnotif:client:sendNotification’, xPlayer.source, _U(‘bank’), _U(‘received_paycheck’), _U(‘received_salary’, salary), ‘Char_bank_maze’, 5000, ‘false’, ‘#00a8ff ’)
this is what i tried ^^
Try this :
TriggerClientEvent('dnotif:client:sendNotification', xPlayer.source, _U(‘bank’), _U(‘received_paycheck’) ,_U(‘received_salary’, salary), ‘Char_bank_maze.jpg’ ,5000, false, 'info')
Give this man a medal ! Thanks for sharing FREE