1
0
Fork 0
forked from Simnation/Main
Main/resources/[creator]/jobs_creator/integrations/sh_integrations.lua
2025-06-07 08:51:21 +02:00

24 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