2025-06-26 02:08:42 +02:00
|
|
|
Config = {}
|
|
|
|
|
|
|
|
Config.Debug = false
|
|
|
|
|
2025-06-26 02:44:43 +02:00
|
|
|
Config.Amount = 0
|
2025-06-26 02:08:42 +02:00
|
|
|
|
|
|
|
Config.Printers = {
|
2025-06-26 02:21:37 +02:00
|
|
|
kayas = {--- Job Name
|
2025-06-26 02:24:45 +02:00
|
|
|
prop = `v_res_printer`, --- Prop that should Pe Spawned
|
|
|
|
coords = vector4(1534.3607, 3782.4038, 35.6940, 29.5995)
|
2025-06-26 02:08:42 +02:00
|
|
|
},
|
2025-06-26 02:38:33 +02:00
|
|
|
police = {
|
2025-06-26 02:08:42 +02:00
|
|
|
prop = `prop_copier_01`,
|
|
|
|
coords = vector4(208.79, -829.61, 30.75, 117.04)
|
|
|
|
},
|
|
|
|
}
|