🛠️Installation
Follow the steps below to install and set up the FT Scripts system on your FiveM server.
1️⃣ Download & Extract
resources/[ft-scripts]/ft_notification
2️⃣ Default ESX Notify Override Optional
exports.ft_notifcation:ShowNotify(message, notifyType, length)function ESX.ShowNotification(message, notifyType, length)
if GetResourceState("ft_notifcation") ~= "missing" then
return exports.ft_notifcation:ShowNotify(message, notifyType, length)
end
print("[^1ERROR^7] ^5 Notify Script ^7 is Missing!")
end3️ Ensure the script in your server.cfg file.
server.cfg file.6️⃣ Done
Last updated