54 lines
No EOL
1.5 KiB
Lua
54 lines
No EOL
1.5 KiB
Lua
Config = {}
|
|
|
|
-- Model Settings
|
|
Config.DoctorModel = "s_m_m_doctor_01"
|
|
Config.StretcherProp = "v_med_bed1"
|
|
|
|
-- Behandlungskosten
|
|
Config.TreatmentPrice = 5000
|
|
|
|
-- Cooldown
|
|
Config.TreatmentCooldown = 30
|
|
|
|
-- Koordinaten
|
|
Config.KlingelPosition = vector3(-1852.9308, -338.6871, 49.4443) -- 3D Text und Interaktion
|
|
|
|
-- Pfade
|
|
Config.PathToBell = {
|
|
vector4(-1843.6715, -355.5365, 49.4279, 49.5455),
|
|
vector4(-1846.5989, -353.1516, 49.4280, 48.8278),
|
|
vector4(-1844.6362, -349.5640, 49.4362, 329.8925),
|
|
vector4(-1851.7137, -339.3383, 49.4446, 65.0257)
|
|
}
|
|
|
|
Config.PathToTreatment = {
|
|
vector4(-1856.6176, -332.9516, 49.4481, 26.4127),
|
|
vector4(-1860.5096, -329.4439, 49.4485, 72.3537),
|
|
vector4(-1873.2355, -322.9204, 49.4431, 58.4904),
|
|
vector4(-1877.4497, -322.3429, 49.4387, 48.1711)
|
|
}
|
|
|
|
Config.PathToDespawn = {
|
|
vector4(-1844.6362, -349.5640, 49.4362, 329.8925),
|
|
vector4(-1846.5989, -353.1516, 49.4280, 48.8278),
|
|
vector4(-1843.6715, -355.5365, 49.4279, 49.5455),
|
|
}
|
|
|
|
--[[
|
|
Log Config
|
|
]]
|
|
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 [Dr. Teddy]",
|
|
UserAvatar = '',
|
|
SystemAvatar = '',
|
|
} |