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 |