ed
This commit is contained in:
parent
3d2776f33f
commit
d81178fb10
5 changed files with 378 additions and 377 deletions
|
@ -1,31 +0,0 @@
|
|||
Config = {}
|
||||
|
||||
-- Mietstation
|
||||
Config.MietStation = {
|
||||
coords = vector3(-152.94, -2125.1, 16.71),
|
||||
heading = 287.76,
|
||||
|
||||
giveback = vector3(-160.14, -2136.28, 16.71),
|
||||
|
||||
npc = {
|
||||
model = "S_M_Y_XMech_01", -- z. B. Kartbahnbetreiber
|
||||
spawn = vector4(-163.73, -2130.24, 15.71, 243.0), -- leicht abgesenkt für korrekten Bodenstand
|
||||
scenario = "WORLD_HUMAN_CLIPBOARD" -- idle animation
|
||||
},
|
||||
|
||||
blip = {
|
||||
enabled = true,
|
||||
sprite = 748,
|
||||
colour = 5,
|
||||
scale = 0.8,
|
||||
label = "Kart Verleih"
|
||||
}
|
||||
}
|
||||
|
||||
-- Mietfahrzeuge
|
||||
Config.Fahrzeuge = {
|
||||
{ label = "Kart Classic", model = "veto", price = 50 }, -- Preis pro 3 Minuten
|
||||
{ label = "Kart Modern", model = "veto2", price = 75 },
|
||||
{ label = "Kart Skart", model = "skart", price = 95 },
|
||||
{ label = "Kart Chill", model = "chillybin", price = 110 },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue