QBCore.Commands.Add('mekanik', 'Mekanik Menüsünü Açar ( Admin )', {}, false, function(source)
local ped = GetPlayerPed(source)
TriggerClientEvent('qb-customs:client:EnterCustoms', source, {
coords = GetEntityCoords(ped),
heading = GetEntityHeading(ped),
categories = {
repair = true,
mods = true,
armor = true,
respray = true,
liveries = true,
wheels = true,
tint = true,
plate = true,
extras = true,
neons = true,
xenons = true,
horn = true,
turbo = true,
cosmetics = true,
}
})
end, 'admin')