neuer printer
This commit is contained in:
parent
a1e9027648
commit
c917371845
33 changed files with 476 additions and 665 deletions
16
resources/[inventory]/omi-printers/config.lua
Normal file
16
resources/[inventory]/omi-printers/config.lua
Normal 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)
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue