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.
Use Outdated Version
Enable this option to suppress alert messages when using an older version of the script.
Command System
Note: If you are using a target system, disable the command system
Activate or deactivate commands for grabbing, putting, and removing players from vehicles.
Commands can also be customized in the cl_utils.lua
file.
2. Target System Compatibility
Note: Only one target system can be enabled at a time.
Note: If you are using the target system set Config.CommandSystem.Enabled = false
ox_target Compatibility
Enables compatibility with ox_target
to allow interaction with players.
qb-target Compatibility
Enables compatibility with qb-target
to allow interaction with players.
Custom Target System
If you are using a custom targeting system, enable this option and follow the structure of the client/ox_target.lua
or client/qb_target.lua
files.
3. Compatibility with Frameworks
Note: Only one framework system can be enabled at a time.
ESX Compatibility
Enable ESX compatibility and restrict functionality to specific jobs.
QB Compatibility
Enable QB compatibility and restrict functionality to specific jobs.
4. Player Movement and Interactions
Sprint Restriction
Disable sprinting while carrying another player.
Collision Range
Adjust the collision distance between the grabbed player and the carrier.
Grabbing Radius
Define the distance required to grab a player.
Attachment Position
Set the position of the grabbed player relative to the carrier.
5. Animations
Control animations for both the person grabbing and the person being grabbed.
6. Key Bindings
Keys for Interactions
Set the keys used for actions when CommandEnabled
is set to false.
7. Language Library
Edit the text displayed for different actions in multiple languages.
Last updated