Installation

Follow these steps to successfully install frkn-weaponskin on your server.

1. Requirements

Ensure you have the following dependencies installed and running on your server:

2. Download & Add Stream Files (Important ⚠️)

To keep the script size optimized, the weapon asset files (stream folder) are provided separately. You must install them for the script to work.

  1. Download the stream files from here: Download Stream Filesarrow-up-right

  2. Extract the downloaded .zip or .rar file.

  3. Drag and drop the stream folder directly into your frkn-weaponskin folder. (Make sure the folder is named exactly stream)

3. Database Setup

You must run the provided SQL file to create the necessary tables for saving weapon skins and VIP permissions.

  1. Open your database management tool (HeidiSQL, phpMyAdmin, etc.).

  2. Run the sql.sql file provided inside the frkn-weaponskin folder. This will create the weapon_skin_templates and weapon_skin_permissions tables.

4. Adding to Server

  1. Place the frkn-weaponskin folder in your resources directory (preferably inside [qb] or [standalone]).

  2. Make sure the folder name is exactly frkn-weaponskin.

  3. Open your server.cfg and add the following line:

Last updated