🛠️Installation
Follow the steps below to install and set up the FT Scripts system on your FiveM server.
1️⃣ Download & Extract
Download the script from Keymaster/assets page.
Extract it into your server's
resources
folder.Suggested folder structure:
resources/[ft-scripts]/ft_notification
2️⃣ Default ESX Notify Override Optional
Open
qb-core/client/function.lua
Near line 180 search
QBCore.Functions.Notify
Carefully change the notification export, or completely replace the entire function using the code below:
Export:
exports.ft_notification:ShowNotify(message, notifyType, length)
Complete function:
function QBCore.Functions.Notify(text, texttype, length)
exports.ft_notification:ShowNotify(text, texttype, length)
end
Find more exports and events in 📥Expots Section
3️ Ensure the script in your server.cfg
file.
server.cfg
file.ensure qb-core
ensure ft_notification
6️⃣ Done
✅ Restart your server 🎉 Enjoy the script!
Last updated