🛠️Installation
Follow the steps below to install and set up the FT Scripts system on your FiveM server.
🚀 Installation Guide
Follow the steps below to install and set up the FT Scripts system on your FiveM server.
1️⃣ Dependencies
Before installing the script, make sure the following required resources are already running:
Notifications, inputs and Alets
Makes Items Useable
To buy ingredients for business
2️⃣ Download & Extract
Download the script from Keymaster/assets page.
Extract it into your server's
resourcesfolder.Suggested folder structure:
resources/[ft-scripts]/ft_businesssystem
3️⃣ Configure config.lua
config.luaA pre-configured
config.luais provided with the script.
You can adjust:
Business location, Job Name and Labels
Crafting recipes, shop stock, reward amounts
4️⃣ Add Items to Inventory
All required item definitions are already included in the script's INSTALL-FIRST folder.
For Esx Items Users:
Open the file:
INSTALL-FIRST/esx_items.sqlImport it into your database using phpMyAdmin or any SQL editor.
For ox_inventory Users:
Open the file:
INSTALL-FIRST/ox_items.luaCopy the contents into your
shared/items.luafile inox_inventory.
For all Other inventory Users:
You can use
ChatGPTor any other AI chat tool to help convert item syntax between formats. Alternatively, feel free to contact us through theFT Scripts Discord Supportfor direct assistance.
5️⃣ Ensure the script in your server.cfg file.
server.cfg file.ensure ox_lib
ensure ft_consumables
ensure ft_businesssystem6️⃣ Done
✅ Restart your server 🎉 Enjoy the script and start building your business empire!
Last updated