Skip to content

Installation

Follow these steps to correctly install the script on GTA 5.

  • A working FiveM server (local or hosted).
  • Access to the server files (via FTP or directly on your machine).
  1. Download the script
    Retrieve the script folder (often in .zip or .rar format) from the official source.

  2. Unzip the folder
    Use a tool like WinRAR or 7-Zip to extract the script folder on your computer.

  3. Place the folder in the resources directory
    Copy the script folder into your FiveM server’s resources folder (for example: resources/[myserver]/sticky_jammer).

  4. Declare the script in the server.cfg file
    Open the server.cfg file at the root of your server and add the following line: ensure ‘sticky_jammer’

  5. Configure the script
    Edit the configuration file config.lua. Adjust it according to your needs before starting the server. (See Configuration)

  6. Add the weapon to your inventory Make sure to add it via your inventory system. The weapon name is located in the file /client/weaponName.lua => WEAPON_IEMGRENADE2. The weapon image is located in the /shared/ folder.

  7. Restart the server
    Restart your FiveM server for the script to take effect.


Make sure the script folder contains a fxmanifest.lua file: it is required for FiveM to recognize the script.