Police pursuit modes

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

This script includes two configuration files you should review:

  1. Handling Config

    • Define all vehicle handling changes triggered when pressing the assigned in-game button.

  2. Settings Config

    • Configure general script settings such as webhooks and other options.

Each configuration file includes detailed comments explaining every line for easy setup.

Step 5: Exports

  • The script provides exports to check whether a vehicle is included in the list and has pursuit modes enabled.

exports('IsPoliceVehicle', isVehicleInPdCarModels)

Last updated