Installation
Download the Script
First things first, head over to keymaster (opens in a new tab) and download the latest version of the script.
Place in Resources
Once downloaded, extract the caue_throw_n_place
folder and place it directly into your server's resources
directory.
Add to Server Configuration
Now, open your server.cfg
file and add the following line:
ensure caue_throw_n_place
Always ensure you load any required dependencies before caue_throw_n_place
in your server.cfg
to avoid issues!
Ignoring the Dummy Weapon
The script uses a base GTA "weapon" (WEAPON_BALL
) to manage the throwing mechanic.
To avoid conflicts with other resources that manage weapons, you must configure this dummy weapon to be ignored. This prevents it from appearing incorrectly in your weapon wheel or causing unexpected behavior in other scripts.
- Open your inventory's configuration file or
server.cfg
(depending on where your inventory reads this setting). - Add
WEAPON_BALL
to the list of ignored weapons.
Example for ox_inventory
:
setr inventory:ignoreweapons ["WEAPON_BALL"]
If you use other scripts that manage weapons, check if they also have an option to ignore weapons and add WEAPON_BALL
there as well.
Configure the Script
Now that the script is installed, you can tailor its behavior to your server's specific needs. Proceed to the Configuration section for detailed information on how to customize every aspect of the script.
Get Started with Usage
With the script successfully installed and configured, the next step is to integrate its powerful features into your server. Refer to the Usage guide for comprehensive instructions on how to utilize the script.