🛠️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
resourcesfolder.Suggested folder structure:
resources/[ft-scripts]/ft_notification
2️⃣ Default ESX Notify Override Optional
Open
qb-core/client/function.luaNear line 180 search
QBCore.Functions.NotifyCarefully 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)
endFind more exports and events in 📥Expots Section
3️ Ensure the script in your server.cfg file.
server.cfg file.ensure qb-core
ensure ft_notification6️⃣ Done
✅ Restart your server 🎉 Enjoy the script!
Last updated