mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Implemented plate generation from esx_migrate
This commit is contained in:
@@ -8,6 +8,12 @@ Config.EnableSocietyOwnedVehicles = false
|
||||
Config.ResellPercentage = 50
|
||||
Config.Locale = 'fr'
|
||||
|
||||
-- looks like this: 'LLL NNN'
|
||||
-- The maximum plate length is 8 chars (including spaces & symbols), don't go past it!
|
||||
Config.PlateLetters = 3
|
||||
Config.PlateNumbers = 3
|
||||
Config.PlateUseSpace = true
|
||||
|
||||
Config.Zones = {
|
||||
|
||||
ShopEntering = {
|
||||
|
||||
Reference in New Issue
Block a user