forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
a22ddbf705
commit
5eeb52f005
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ end)
|
||||||
function OpenMenu(vehicles)
|
function OpenMenu(vehicles)
|
||||||
local opt = {}
|
local opt = {}
|
||||||
|
|
||||||
if QBCore.Functions.PlayerData.job.grade.level == Zone.Chiefrang then
|
if QBCore.PlayerData.job.grade.level == Zone.Chiefrang then
|
||||||
table.insert(opt, {
|
table.insert(opt, {
|
||||||
title = "Fahrzeug Einstellungen",
|
title = "Fahrzeug Einstellungen",
|
||||||
description = "Fahrzeuge verwalten",
|
description = "Fahrzeuge verwalten",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue