💡Installation

Installations

Remember that this resource has verified DMCA protection, and its illegal use or distribution could imply a claim for protection of Title 17 of Chapter 512 (c) (3) of the Digital Millennium Copyright​

STEP 1 - Download

Download the Armour-Tuning / Remapping asset from your cfx.re keymaster.​


STEP 2 - Installation

Script

  1. Open [EXTRACT ME].

  2. Move the Armour-Tuning script into your resource folder.

  3. Open your server.cfg and add ensure Armour-Tuning to your resource starting list.

Image

  1. 1.Open [INVENTORY IMAGE] and copy the image.

  2. 2.Go to your inventory script and paste it in images folder.

Item

SQL:

If you are using an inventory that requires you to add the items to a table in your database then follow the steps below:

  1. Open your database.

  2. Run the provided items.sql

FILE:

If you are using an inventory that requires you to add the items to an items.lua or shared.lua, then follow the guild below

  1. Open your items.lua folder.

  2. Choose one of the snippets that I have provided below.

  3. Copy the snippet and paste it at the bottom of your items.lua folder.

Snippet 1:

["remapping_tablet"] = {
["name"] = "remapping_tablet",
["label"] = "Dodgy Tablet",
["weight"] = 7000,
["type"] = "item",
["image"] = "remapping_tablet.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tablet, it looks like a vehicle tuning tablet but I could be wrong..."},

Snippet 2:

["remapping_tablet"] = {["name"] = "remapping_tablet",["label"] = "Dodgy Tablet",["weight"] = 7000,["type"] = "item",["image"] = "remapping_tablet.png",["unique"] = false,["useable"] = true,["shouldClose"] = true,["combinable"] = nil,["description"] = "A tablet, it looks like a vehicle tuning tablet but I could be wrong..."},

STEP 3 - Configuration

You will see the following contents inside the Armour-Tuning / Remapping folder:

  • client (escrowed and cannot be modified)

  • config

  • html

  • server (contains config_webhook.lua)

  • .fxap

  • fxmanifest.lua

Config Folder

  1. Open your config folder and open the file called config.lua.

config.lua:

  1. Configure your Config.lua according to your needs.

config_framework.lua:

  1. Configure your config_framework.lua according to your needs.​


Webhooks

  1. Go into the Server folder and then open the Webhooks folder.

  2. Open config_webhook.lua.

  1. Configure your config_webhook.lua according to your needs.​

Last updated