forked from Simnation/Main
16 lines
345 B
Lua
16 lines
345 B
Lua
![]() |
Config = {}
|
||
|
|
||
|
Config.Debug = false
|
||
|
|
||
|
Config.Amount = 250
|
||
|
|
||
|
Config.Printers = {
|
||
|
police = {--- Job Name
|
||
|
prop = `prop_copier_01`, --- Prop that should Pe Spawned
|
||
|
coords = vector4(210.21, -826.04, 30.75, 72.16)
|
||
|
},
|
||
|
garbage = {
|
||
|
prop = `prop_copier_01`,
|
||
|
coords = vector4(208.79, -829.61, 30.75, 117.04)
|
||
|
},
|
||
|
}
|