mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
tweak(client/vehicle/garage): readonly menu button
This commit is contained in:
@@ -221,6 +221,7 @@ local function createMenu(vehicles, garageType, vehicleSpawns, impound)
|
|||||||
if impound and #options == 0 then
|
if impound and #options == 0 then
|
||||||
options[#options+1] = {
|
options[#options+1] = {
|
||||||
title = "No vehicles found",
|
title = "No vehicles found",
|
||||||
|
readOnly = true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user