🛠️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

  1. Open qb-core/client/function.lua

  2. Near line 180 search QBCore.Functions.Notify

  3. 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.

ensure qb-core
ensure ft_notification

6️⃣ Done

✅ Restart your server 🎉 Enjoy the script!


Last updated