forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
49e5d1f32f
commit
ebdf424391
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
Config = {}
|
||||
|
||||
-- General Settings
|
||||
Config.Debug = false -- Set to true for debug prints
|
||||
Config.Debug = true -- Set to true for debug prints
|
||||
Config.CooldownTime = 30 -- Minutes between heists (per player)
|
||||
Config.GlobalCooldown = 15 -- Minutes between heists (server-wide)
|
||||
Config.PoliceRequired = 2 -- Minimum police required
|
||||
|
@ -135,8 +135,8 @@ Config.ContainerPoints = {
|
|||
{
|
||||
id = "port_container_1",
|
||||
type = "shipping", -- References the container type above for rewards
|
||||
coords = vector3(895.7916, -2968.3140, 5.9008),
|
||||
heading = 269.5337,
|
||||
coords = vector3(896.4, -2967.91, 5.9),
|
||||
heading = 0.0,
|
||||
label = "Break into Container"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue