neuer printer

This commit is contained in:
Nordi98 2025-06-26 02:08:42 +02:00
parent a1e9027648
commit c917371845
33 changed files with 476 additions and 665 deletions

View file

@ -0,0 +1,16 @@
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)
},
}