forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
b70a4971fe
commit
30e27196b4
1 changed files with 3 additions and 2 deletions
|
@ -3,13 +3,14 @@ Config = {}
|
|||
Config.MaxRentalTime = 24 -- Maximale Mietdauer in Stunden
|
||||
Config.PenaltyPerHour = 100 -- Strafe pro Stunde Verspätung
|
||||
Config.UseOkokBanking = false -- true für okokBanking, false für Bargeld
|
||||
Config.MaxReturnDistance = 10.0 -- Maximale Entfernung zum Rückgabepunkt in Metern
|
||||
|
||||
Config.RentalLocations = {
|
||||
{
|
||||
id = "rental_1",
|
||||
name = "Downtown Autovermietung",
|
||||
npc = {
|
||||
model = "a_m_m_business_01",
|
||||
model = "a_m_y_business_03",
|
||||
coords = vector4(-56.6615, -1096.7587, 26.4223, 189.4913),
|
||||
},
|
||||
spawnPoint = vector4(-66.79, -1096.58, 26.42, 25.0),
|
||||
|
@ -39,7 +40,7 @@ Config.RentalLocations = {
|
|||
id = "rental_2",
|
||||
name = "Sandy Shores Autovermietung",
|
||||
npc = {
|
||||
model = "a_m_m_business_01",
|
||||
model = "a_m_m_hillbilly_01",
|
||||
coords = vector4(1737.59, 3710.2, 34.14, 25.0),
|
||||
},
|
||||
spawnPoint = vector4(1727.59, 3710.2, 34.14, 25.0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue