Installation
Step 1: Download and Prepare Files
Download the Script from FiveM Keymaster
Visit the FiveM Keymaster site.
Log in with your account credentials.
Locate the Chopshop with Welding Minigame and Tools scripts in your Granted Assets section.
Download the script files from Keymaster.
Configure rm_chopshop
For this script, you can change vehicle models, house/key locations (15+ pre-configured location), vehicle dismantling location and everything.
If you want to add new vehicle models to the script, you can enter the desired vehicle models in data/vehicles.lua
If you want to enter new house/key and vehicle dismantling location in the script, you can enter them in data/coords.lua.
You can check data/prices.lua to change items, prices and trade items in the buy and trade menu.
Install and Configure ox_lib
Download the latest version of ox_lib from the official GitHub page.
Extract the
ox_lib
files to yourresources
folder.In your
server.cfg
, ensure thatox_lib
is started before the Chopshop script by adding the following line:
Step 2: Add Script to Server Configuration
Edit server.cfg
server.cfg
Open the
server.cfg
file located in the root directory of your FiveM server.Add the following line to ensure the Chopshop script starts with your server:
Last updated