Step-by-step guide to install and set up the FFA script on your FiveM server.
Download the Resource
Prepare Your Database
insert.sql
file (included with the script) into your server’s database.Add the Resource to Your Server
rs_ffa
).resources
directory.Enable the Resource in Server Configuration
server.cfg
file and add the following line, replacing [resource_name]
with the actual folder name of the script:ensure rs_ffa
ensure
command is preferred over start
as it manages resource dependencies more effectively.Configure the Script (Basic)
config.lua
with a text editor. Review basic settings. Detailed configuration is covered separately.Start/Restart Your Server