Merhaba iyi günler ben kullandığım f3 menüde sadece mechanic permine sahipler mekanik işlemleri yapabiliyor bunu mechanic1 mechanic2 3 de yapabilsin istiyorum . kod bu
{
id = "judge-actions",
displayName = "Mekanik Menüsü",
icon = "#mechanic",
enableMenu = function()
local ped = PlayerPedId()
PlayerData = ESX.GetPlayerData()
if PlayerData.job.name == "mechanic" and not fuck then
return (not isDead and not IsPedInAnyVehicle(PlayerPedId(), false))
end
end,
subMenus = { "mechanic:hijack", "mechanic:clean", "mechanic:impound", "mechanic:repair"}
},
burada if PlayerData.job.name == "mechanic" and not fuck then yazan yerde "mechanic" e nasıl ekleme yapabilirim "mechanic", "mechanic1" şeklinde vesayre denedim olmadı daha fazla oradaki o mesleği nasıl çoğalta bilirim
{
id = "judge-actions",
displayName = "Mekanik Menüsü",
icon = "#mechanic",
enableMenu = function()
local ped = PlayerPedId()
PlayerData = ESX.GetPlayerData()
if PlayerData.job.name == "mechanic" and not fuck then
return (not isDead and not IsPedInAnyVehicle(PlayerPedId(), false))
end
end,
subMenus = { "mechanic:hijack", "mechanic:clean", "mechanic:impound", "mechanic:repair"}
},
burada if PlayerData.job.name == "mechanic" and not fuck then yazan yerde "mechanic" e nasıl ekleme yapabilirim "mechanic", "mechanic1" şeklinde vesayre denedim olmadı daha fazla oradaki o mesleği nasıl çoğalta bilirim