50ba7493ae
new mlos and vehicles
22 lines
268 B
Lua
22 lines
268 B
Lua
Config = {}
|
|
|
|
Config.position = {4036.7, -3675.78, 24.8943, 360.00}
|
|
|
|
-- yellow (1-6)
|
|
-- green (7, 8)
|
|
-- red (9, 10)
|
|
-- nothing {}
|
|
|
|
Config.program = {
|
|
{1},{1,2},
|
|
|
|
{1,2,3},{1,2,3,4},
|
|
|
|
{}, -- disable all lights
|
|
|
|
{1,2},
|
|
{3,4},
|
|
{5,6},
|
|
|
|
{7,8}
|
|
} |