1
0
Fork 0
forked from Simnation/Main

resources/[jobs]/[civ]/mh_jobgarage/client/client.lua aktualisiert

This commit is contained in:
Miho 2025-06-23 19:27:42 +02:00
parent 7d0628d8ef
commit 7d0410b025

View file

@ -49,7 +49,7 @@ function OpenMenu(vehicles)
local opt = {} local opt = {}
local Player = QBCore.Functions.GetPlayerData() local Player = QBCore.Functions.GetPlayerData()
if Player.job.grade.level == Zone.Chiefrang then if Player.job.grade.level >= Zone.Chiefrang then
table.insert(opt, { table.insert(opt, {
title = "Fahrzeug Einstellungen", title = "Fahrzeug Einstellungen",
description = "Fahrzeuge verwalten", description = "Fahrzeuge verwalten",