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:
oxmysql (For database saving)
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.
Download the stream files from here: Download Stream Files
Extract the downloaded
.zipor.rarfile.Drag and drop the
streamfolder directly into yourfrkn-weaponskinfolder. (Make sure the folder is named exactlystream)
3. Database Setup
You must run the provided SQL file to create the necessary tables for saving weapon skins and VIP permissions.
Open your database management tool (HeidiSQL, phpMyAdmin, etc.).
Run the
sql.sqlfile provided inside thefrkn-weaponskinfolder. This will create theweapon_skin_templatesandweapon_skin_permissionstables.
4. Adding to Server
Place the
frkn-weaponskinfolder in yourresourcesdirectory (preferably inside[qb]or[standalone]).Make sure the folder name is exactly
frkn-weaponskin.Open your
server.cfgand add the following line:
Last updated