From 684faffdc9cc4799775076d024b343b539a65625 Mon Sep 17 00:00:00 2001 From: TheFantomas <117121911+TheFantomas@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:58:08 +0200 Subject: [PATCH] refactor(es_extended/config.lua): Remove default ESX Plates --- [core]/es_extended/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/config.lua b/[core]/es_extended/config.lua index 7f0c7989..6bafa027 100644 --- a/[core]/es_extended/config.lua +++ b/[core]/es_extended/config.lua @@ -83,7 +83,7 @@ Config.RemoveHudCommonents = { } Config.SpawnVehMaxUpgrades = true -- admin vehicles spawn with max vehcle settings -Config.CustomAIPlates = 'ESX.A111' -- Custom plates for AI vehicles +Config.CustomAIPlates = '........' -- Custom plates for AI vehicles -- Pattern string format --1 will lead to a random number from 0-9. --A will lead to a random letter from A-Z.