forked from Simnation/Main
[Garage]
This commit is contained in:
parent
0e0f3736ba
commit
2edc94b699
6 changed files with 54 additions and 8 deletions
37
resources/[carscripts]/mh_garage/config/config.lua
Normal file
37
resources/[carscripts]/mh_garage/config/config.lua
Normal file
|
@ -0,0 +1,37 @@
|
|||
Config = {}
|
||||
|
||||
Config.Debug = true
|
||||
Cofig.PriceModel = false
|
||||
Config.Zonen = {
|
||||
{
|
||||
name = "Meetingpoint",
|
||||
price = nil, --pro FZ
|
||||
NPC = {
|
||||
spawn = vector4(236.1599, -798.8522, 29.3653, 181.7547),
|
||||
model = "s_m_m_security_01",
|
||||
distance = 30.0
|
||||
},
|
||||
vehicle_spawn = {
|
||||
vector4(247.4089, -799.2991, 29.7057, 159.1259),
|
||||
vector4(250.7647, -800.5372, 29.6305, 159.2400),
|
||||
vector4(239.2613, -808.8478, 29.8017, 339.9538),
|
||||
vector4(242.8265, -809.7695, 29.7245, 338.3645)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Config.Log = {
|
||||
Webhook = "https://discord.com/api/webhooks/1366812966049288192/9ZjJC9_gLX6Fk-acf0YSW_haGWpCqG9zRGWaj0wCKLZefp8FX-GwNZBP77H6K93KfIw3",
|
||||
Color = {
|
||||
green = 56108,
|
||||
grey = 8421504,
|
||||
red = 16711680,
|
||||
orange = 16744192,
|
||||
blue = 2061822,
|
||||
purple = 11750815,
|
||||
},
|
||||
|
||||
SystemName = "Evolution_State_life Log [Garage]",
|
||||
UserAvatar = '',
|
||||
SystemAvatar = '',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue