refactor(es_extended) - max vehicle to false

Config.MaxAdminVehicles is not false by default
This commit is contained in:
Benzo
2022-11-02 06:01:05 +01:00
committed by GitHub
parent 6010a47d93
commit 52c70c6264
+1 -1
View File
@@ -60,7 +60,7 @@ Config.RemoveHudCommonents = {
[22] = false, --HUD_WEAPONS
}
Config.MaxAdminVehicles = true -- admin vehicles spawn with max vehcle settings
Config.MaxAdminVehicles = false -- admin vehicles spawn with max vehcle settings
Config.CustomAIPlates = 'ESX.A111' -- Custom plates for AI vehicles
-- Pattern string format
--1 will lead to a random number from 0-9.