1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-17 17:02:50 +02:00
commit e9335eaf78
2 changed files with 7 additions and 21 deletions

View file

@ -35,26 +35,7 @@ Config.Zonen = {
vector4(239.2613, -808.8478, 29.8017, 339.9538),
vector4(242.8265, -809.7695, 29.7245, 338.3645)
}
},
{
name = "southsidegarage",
price = nil, --pro FZ
NPC = {
spawn = vector4(-75.0640, -1825.1317, 16.9420, 247.3029),
model = "s_m_m_security_01",
distance = 30.0
},
vehicle_spawn = {
vector4(-63.1251, -1840.9729, 26.6839, 333.5259),
vector4(-59.9826, -1842.8257, 26.5781, 309.9320),
vector4(-57.7272, -1845.1802, 26.4850, 299.0940),
vector4(-54.8302, -1847.1196, 26.3812, 301.5244)
}
},
}
}
Config.Log = {

View file

@ -19,6 +19,7 @@ INFUSIONS = {
-- Example: Give the player a notification
end,
},
["fenystil"] = {
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
cooldown = 3, -- Duration of action in s
@ -34,7 +35,6 @@ INFUSIONS = {
end,
},
["propofol"] = {
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
cooldown = 3, -- Duration of action in s
@ -55,6 +55,7 @@ INFUSIONS = {
end
end,
},
["etilefrin"] = {
availableVolumes = { 1000 }, -- In ml
cooldown = 5, -- Duration of action in s
@ -69,6 +70,7 @@ INFUSIONS = {
-- Example: Give the player a notification
end,
},
["midazolam"] = {
availableVolumes = { 100, 250 }, -- In ml
cooldown = 3, -- Duration of action in s
@ -89,6 +91,7 @@ INFUSIONS = {
end
end,
},
["narketan"] = {
availableVolumes = { 250, 500, 1000}, -- In ml
cooldown = 3, -- Duration of action in s
@ -130,6 +133,7 @@ INFUSIONS = {
end
end,
},
["sauerstoff"] = {
availableVolumes = { 20, 50, 100, 150 }, -- In ml
cooldown = 3, -- Duration of action in s
@ -144,6 +148,7 @@ INFUSIONS = {
-- Example: Give the player a notification
end,
},
["nacl"] = {
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
cooldown = 3, -- Duration of action in s