Manual gearbox

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. 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.

Step 4: Configuration

  • Open the config file to adjust the settings to your preferences.

  • You can choose which vehicles should use the manual gearbox system.

Exports

This script provides two exports that can be used in other scripts or in your vehicle HUD to display the current gear. Since this gearbox logic is separate from the native system, these exports allow you to track gears correctly:

-- Check if the current vehicle is using manual gearbox
exports["ug_manual_gearbox"]:IsManualVehicle()

-- Get the currently selected gear
exports["ug_manual_gearbox"]:GetSelectedGear()

Last updated