Inside Track
General guide to Inside Track horse betting (non-editor)
Last updated
winnings = bet * horse_oddsHorseGamingRooms = {
["casinoit"] = {
name = "Inside Track",
societyEnabled = true,
societyName = "society_casino",
proximity = 5.0,
loadInInterior = true,
-- Main Event
MainEventEnabled = true,
MainEventStartingSoonTime = 1,
MainEventMinPlayers = 1,
MainEventBettingTime = 5,
MainEventRaceDuration = 5,
MainEventHorseOdds = {2, 5, 6, 15, 16, 30},
MainEventMinBet = 10,
MainEventMaxBet = 10000,
MainEventCooldown = 0,
MainEventWinChance = 50,
-- Single Event (Local)
LocalRaceDuration = 5,
LocalRaceHorseOdds = {2, 5, 6, 15, 16, 30},
LocalRaceMinBet = 10,
LocalRaceMaxBet = 10000,
LocalRaceCooldown = 0,
LocalRaceWinChance = 50,
-- Screen / room
coords = vec3(951.582275, 76.532051, 70.958191),
BigScreenModel = "vw_vwint01_betting_screen",
BigScreenTextureName = "casinoscreen_02"
}
}