๐Ÿš—Car Control

A comprehensive vehicle control system for FiveM that allows players to manage various aspects of their vehicles through a user-friendly interface.

Features

  • Vehicle engine control

  • Door control (all doors)

  • Window control (all windows)

  • Hood and trunk control

  • Light control

  • Seat management

  • Real-time vehicle status updates

  • Role-based access control (driver/passenger permissions)

  • Modern and intuitive UI

  • Multi-language support

Installation

  1. Download the resource

  2. Place it in your server's resources folder

  3. Add ensure hate-carcontrol to your server.cfg

  4. Configure the settings in config.lua if needed

  5. Restart your server

Configuration

The resource can be configured through the config.lua file:

Config = {}

-- Key to toggle the vehicle control menu
Config.ToggleKey = 'F5'

-- Translations for all UI elements and notifications
Config.Translate = {
    -- Add your translations here
}

Usage

In-Game

  • Press the configured key (default: F5) to open the vehicle control menu

  • Use the UI to control various aspects of your vehicle

  • Different actions are available based on your role (driver/passenger)

Exports

The resource provides the following export for other resources to use:

-- Opens the vehicle control UI
exports['hate-carcontrol']:OpenVehicleControl()

Permissions

  • Driver can control:

    • Engine

    • All doors

    • All windows

    • Hood

    • Trunk

    • Lights

  • Passengers can control:

    • Their own door

    • Their own window

    • Change seats (if available)

Dependencies

  • FiveM server

  • No additional dependencies required

Support

For support, please contact the developer through the official channels.

Security Notice

This script is protected by FiveM's escrow system. The client and server-side code is encrypted and cannot be modified.

Last updated