mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +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
|
||||
options[#options+1] = {
|
||||
title = "No vehicles found",
|
||||
readOnly = true
|
||||
}
|
||||
end
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user