Skip to content

hypercat101/vehicle_paint_menu-fiveM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VEHICLE-PAINT-MENU-FIVEM

last commit lua languages

Built with:

Lua


Table of Contents


Overview

VEHICLE-PAINT-MENU-FIVEM is a lightweight FiveM vehicle paint resource that lets players repaint vehicles through an ox_target interaction and ox_lib context menus.

Key Features:

  • 🎨 Custom color picker with RGB conversion from hex input
  • 🌈 Preset color menu with quick paint options
  • 🔄 Server-broadcast color syncing for all players
  • ⚡ Simple dependency setup with ox_lib and ox_target

Getting Started

Prerequisites

Installation

  1. Download this repository.
  2. Place the folder in your server's resources directory.
  3. Add the following to your server.cfg:
ensure vehicle_paint_menu-fiveM
  1. Ensure ox_lib and ox_target start before this resource.

Usage

Once installed:

  1. Approach any vehicle.
  2. Use your ox_target keybind (commonly ALT) and select the paint interaction.
  3. Choose either Custom RGB Color or Preset Colors.
  4. Apply the paint and confirm changes sync to nearby players.

Testing

  1. Start your FiveM server with the resource enabled.
  2. Open the paint menu on a vehicle.
  3. Apply a custom color and confirm both primary/secondary colors update.
  4. Apply a preset color and confirm it updates instantly.
  5. Verify another player can see the updated paint in real time.

Configuration

This resource currently has no separate config.lua; values are defined directly in the script.

Option Description Current Value
paintPresets Preset color entries shown in the preset menu 8 presets
paint:syncColor Server event used to broadcast vehicle paint updates enabled
paint:applyColor Client event that applies synced paint to vehicles enabled

To customize presets, edit:

  • client/client.lua (the paintPresets table)

Permissions

No custom ACE permission is required by default.

Any player with access to vehicle interaction via your server setup can use the paint menu.


Preview

Video Preview

preview


Contributing

Contributions are welcome. Open an issue or submit a pull request.


License

This project is open source. See the repository for license details.


Made by Hyper

About

No description, website, or topics provided.

Resources

Stars

26 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages