Vehicle damage system
Important: Keybinds
To use all available keybinds, download and install ug_keybinds
from your Keymaster.
This resource contains all keybinds used across our scripts.
You can enable or disable individual keybinds in the configuration.
Disabled keybinds will not appear in the keybinds list.
Script Installation Guide
Installing this package is very simple. Just follow the steps below:
Step 1: Download
Download the script from your Keymaster.
Step 2: Extract
Extract the package locally.
Step 3: Upload
Upload the script to your server files.
Usage
The script is standalone and works immediately after starting it on your server.
After installation, you may need to fine-tune and adjust the damage values to best suit your handling.
If you are using our handling, everything is already pre-configured.
The only adjustment you may need is to reduce the damage if it feels too high for your server’s needs.
Client Events
You can trigger the following client events from other scripts:
-- Standard repair kit
TriggerClientEvent('vehicle:useRepairKit', source)
-- Advanced repair kit
TriggerClientEvent('vehicle:useAdvancedRepairKit', source)
Last updated