🛠️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
resources
folder.Suggested folder structure:
resources/[ft-scripts]/ft_businesssystem
3️⃣ Configure config.lua
config.lua
A pre-configured
config.lua
is 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.sql
Import it into your database using phpMyAdmin or any SQL editor.
For ox_inventory Users:
Open the file:
INSTALL-FIRST/ox_items.lua
Copy the contents into your
shared/items.lua
file inox_inventory
.
For all Other inventory Users:
You can use
ChatGPT
or any other AI chat tool to help convert item syntax between formats. Alternatively, feel free to contact us through theFT Scripts Discord Support
for direct assistance.
5️⃣ Ensure the script in your server.cfg
file.
server.cfg
file.ensure ox_lib
ensure ft_consumables
ensure ft_businesssystem
6️⃣ Done
✅ Restart your server 🎉 Enjoy the script and start building your business empire!
Last updated