Skip to content
GuidesUsing The A Team Resources

Using The A Team Resources

This guide explains how to install, configure, and integrate resources purchased from The A Team into your FiveM server.


Step 1: Download the Resource

  1. Log in to your account on The A Team store.
  2. Navigate to your purchased resources and download the files to your local machine.
  3. Extract the downloaded archive (if applicable) to access the resource folder.

Step 2: Add the Resource to Your Server

  1. Locate your FiveM server’s resources folder.
  2. Move the extracted resource folder into the resources directory.
  3. Ensure the folder name matches the resource’s original name (avoid spaces or special characters).

Step 3: Configure the Resource

Most resources include a configuration file (e.g., config.lua) for customization:

  1. Open the configuration file in a text editor like Visual Studio Code.
  2. Adjust the settings as needed, such as:
    • Server-specific options.
    • Permissions.
    • Feature toggles.
  3. Save the changes.

Step 4: Add the Resource to server.cfg

To activate the resource, add it to your server configuration file (server.cfg):

  1. Open server.cfg in a text editor.
  2. Add the following line at the appropriate location:
    ensure resource_name
    Replace resource_name with the name of the resource folder.

Step 5: Test the Resource

  1. Start or restart your server.
  2. Join the server and verify the resource is functioning correctly.
  3. Check the console for any error messages or warnings related to the resource.

Step 6: Troubleshooting

If the resource doesn’t work as expected:

  1. Review the configuration settings for errors.
  2. Check the server console for error messages.
  3. Ensure the resource folder name is correct and matches the name in server.cfg.

For further assistance, contact The A Team support with detailed information about the issue.