Installation of cxa-notify
You can join our Discordarrow-up-right to stay updated and keep track of updates for all our resources.
Extract the file to any location within your resources folder.
After the section where the basic systems are started in your server.cfg file, add; ensure cxa-notify
ensure cxa-notify
If you use a language other than English, customize the locales;
If you want to bind all notifications to cxa-hud, update the notification function in qb-core/client/functions with the following code.
qb-core/client/functions
Edited version of the qb-core/client/functions code;
You can copy the code here;
Last updated 21 days ago
function QBCore.Functions.Notify(text, texttype, length) TriggerEvent("cxa-notify:sendNotify", "Notify", text, texttype, lenght) end