forked from Simnation/Main
25 lines
681 B
Lua
25 lines
681 B
Lua
![]() |
--[[
|
||
|
Change it to a plate you want to automatically create random plates the way you prefer
|
||
|
|
||
|
Examples of random plates with EXAMPLE_PLATE = "CX521YD"
|
||
|
- XC111EW
|
||
|
- SI849TW
|
||
|
- YS364KD
|
||
|
|
||
|
Examples of random plates with EXAMPLE_PLATE = "CBZ 629"
|
||
|
- EGP 015
|
||
|
- VHS 687
|
||
|
- SXN 296
|
||
|
|
||
|
Examples of random plates with EXAMPLE_PLATE = "72 QT 15"
|
||
|
- 63 VD 85
|
||
|
- 27 AC 66
|
||
|
- 63 HR 75
|
||
|
]]
|
||
|
EXAMPLE_PLATE = "AB123CD"
|
||
|
|
||
|
--[[
|
||
|
The shared object of the framework will refresh each X seconds. If for any reason you don't want it to refresh, set to nil
|
||
|
]]
|
||
|
SECONDS_TO_REFRESH_SHARED_OBJECT = nil
|