General Configuration
This guide will help you configure the script to suit your needs, covering all available options in the config.lua file. Each setting is explained step by step.
1. General Configuration
Language Set the language used by the script.
Config.Language = 'en' -- Available options: 'en' (English), 'fr' (French).Use Outdated Version Enable this option to suppress alert messages when using an older version of the script.
Config.UseOutdatedVersion = false -- Set to true if using an outdated script version.2. Framework Compatibility
If you're using a framework like ESX, QB, or OX Inventory, enable this setting.
Config.UseFramework = falseWhen
true, the system uses the inventory (e.g., weapon usage) instead of command-based interactions.Setup instructions for each framework are available on:
3. BolaWrap Settings
Enable Aim Assist Enable or disable aim assist when using the BolaWrap.
Max Shoot Distance Defines the maximum distance allowed to shoot the BolaWrap.
4. Recharge System
Recharge Coordinates Specifies the coordinates for the recharge station and the radius within which the player can recharge.
5. Laser System
Enable Laser Enable or disable the laser system.
6. Weapon Settings
Define Weapon Sets the weapon identifier for the BolaWrap.
Weapon Display Name The name displayed in the weapon wheel when equipping the BolaWrap.
7. Key Bindings
Laser Key Set the key used to toggle the laser.
Release Key Set the key used to release the ropes.
Refill Key Set the key used to refill the BolaWrap.
8. Language Library
Edit the text displayed for different actions in multiple languages.
Last updated