forked from Simnation/Main
ed
This commit is contained in:
parent
123e2c98c3
commit
ed35de6d4d
2 changed files with 22 additions and 22 deletions
|
@ -140,15 +140,15 @@ Config.Consumables = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.Fireworks = {
|
---Config.Fireworks = {
|
||||||
delay = 5, -- time in s till it goes off
|
--- delay = 5, -- time in s till it goes off
|
||||||
items = { -- firework items
|
--- items = { -- firework items
|
||||||
'firework1',
|
--- 'firework1',
|
||||||
'firework2',
|
-- 'firework2',
|
||||||
'firework3',
|
-- 'firework3',
|
||||||
'firework4'
|
-- 'firework4'
|
||||||
}
|
-- }
|
||||||
}
|
---}
|
||||||
|
|
||||||
Config.BlacklistedScenarios = {
|
Config.BlacklistedScenarios = {
|
||||||
types = {
|
types = {
|
||||||
|
@ -259,14 +259,14 @@ Config.Teleports = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.CarWash = {
|
--Config.CarWash = {
|
||||||
dirtLevel = 0.1, -- threshold for the dirt level to be counted as dirty
|
--- dirtLevel = 0.1, -- threshold for the dirt level to be counted as dirty
|
||||||
defaultPrice = 20, -- default price for the carwash
|
--- defaultPrice = 20, -- default price for the carwash
|
||||||
locations = {
|
--- locations = {
|
||||||
[1] = { coords = vector3(174.81, -1736.77, 28.87), length = 7.0, width = 8.8, heading = 359 }, -- South Los Santos Carson Avenue
|
--- [1] = { coords = vector3(174.81, -1736.77, 28.87), length = 7.0, width = 8.8, heading = 359 }, -- South Los Santos Carson Avenue
|
||||||
[2] = { coords = vector3(25.2, -1391.98, 28.91), length = 6.6, width = 8.2, heading = 0 }, -- South Los Santos Innocence Boulevard
|
-- [2] = { coords = vector3(25.2, -1391.98, 28.91), length = 6.6, width = 8.2, heading = 0 }, -- South Los Santos Innocence Boulevard
|
||||||
[3] = { coords = vector3(-74.27, 6427.72, 31.02), length = 9.4, width = 8, heading = 315 }, -- Paleto Bay Boulevard
|
--- [3] = { coords = vector3(-74.27, 6427.72, 31.02), length = 9.4, width = 8, heading = 315 }, -- Paleto Bay Boulevard
|
||||||
[4] = { coords = vector3(1362.69, 3591.81, 34.5), length = 6.4, width = 8, heading = 21 }, -- Sandy Shores
|
--- [4] = { coords = vector3(1362.69, 3591.81, 34.5), length = 6.4, width = 8, heading = 21 }, -- Sandy Shores
|
||||||
[5] = { coords = vector3(-699.84, -932.68, 18.59), length = 11.8, width = 5.2, heading = 0 } -- Little Seoul Gas Station
|
--- [5] = { coords = vector3(-699.84, -932.68, 18.59), length = 11.8, width = 5.2, heading = 0 } -- Little Seoul Gas Station
|
||||||
}
|
--- }
|
||||||
}
|
---}
|
||||||
|
|
|
@ -45,8 +45,8 @@ Config = {
|
||||||
AnimalEmotesEnabled = true,
|
AnimalEmotesEnabled = true,
|
||||||
|
|
||||||
-- Hands Up
|
-- Hands Up
|
||||||
HandsupEnabled = false,
|
HandsupEnabled = true,
|
||||||
HandsupKeybind = 'Y',
|
HandsupKeybind = 'H',
|
||||||
HandsupKeybindEnabled = false,
|
HandsupKeybindEnabled = false,
|
||||||
HandsupInCar = false,
|
HandsupInCar = false,
|
||||||
ReplayEmoteAfterHandsup = true,
|
ReplayEmoteAfterHandsup = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue