forked from Simnation/Main
16 lines
No EOL
349 B
Lua
16 lines
No EOL
349 B
Lua
Config = {}
|
|
|
|
Config.Debug = false
|
|
|
|
Config.Amount = 0
|
|
|
|
Config.Printers = {
|
|
kayas = {--- Job Name
|
|
prop = `v_res_printer`, --- Prop that should Pe Spawned
|
|
coords = vector4(1534.3607, 3782.4038, 35.6940, 29.5995)
|
|
},
|
|
police = {
|
|
prop = `prop_copier_01`,
|
|
coords = vector4(208.79, -829.61, 30.75, 117.04)
|
|
},
|
|
} |