1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/mh_kart_verleih/config.lua
2025-08-10 17:09:34 +02:00

31 lines
No EOL
866 B
Lua
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 },
}