[FREE] carmenu control like nopixel 4.0

exter-carcontrol

This script is standalone. if you use qb-radialmenu you can follow my instructions

search this code in qb-radialmenu/client/main.lua

local VehicleMenu = {
    id = 'control',
    title = 'Car Control',
    icon = 'car',
    type = 'client',
    event = 'vehcontrol:openExternal',
    shouldClose = true,
}

and change with this code

local VehicleMenu = {
    id = 'control',
    title = 'Vehicle',
    icon = 'car',
    type = 'client',
    event = 'carmenuevent',
    shouldClose = true,
}

event handler

RegisterNetEvent('carmenuevent')

If you’re selling your resource, please include the following information at the end of your post:

Code is accessible Yes
Subscription-based No
Lines (approximately) Number of lines
Requirements qb-radialmenu
Support Ye
4 Likes

what is the differences??? [Free] [Standalone] Vehicle Control Menu | Heavily Inspired - FiveM Resource Development & Modding / Releases - Cfx.re Community

2 Likes

Can you move the camera while in the menu ?

no you cant

what is the differences??? GitHub - majestic-development/majestic-carcontrol: NoPixel 4.0 Inspired Car Control UI / UX

His is in english :rofl:

1 Like

It says for esx but the requirement is a qb core resource and does this actually work? like the windows and what not are synced among players? as well as the lights.

The menu doesn’t open for me. Not via the key or the command! I’m using the latest QB Core version

same. use esx

don’t work via command in qb-core

OP request