Var-Documentation
  • 📚Var Documentation
  • 🌎Theme / Translate
    • Change theme
    • Change language
  • 🔓For open source
    • Change UI
  • 👕Clothes Shop
    • Installation
    • 🔩Configuration
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • 📷Change cam and pos
  • 🃏Casino
    • Installation
    • 🔩Configuration
      • đŸŗī¸Main config
      • 🏇Horse
      • 🎡Lucky Whell
      • 📚Translate
  • đŸ•ēEmote
    • Installation
    • 🔩Configuration
      • đŸŗī¸Main config
      • 💃Emote List
      • 📚Translate
  • âš”ī¸Crew
    • Installation
    • đŸĒ›Export
  • 👮Alert Job
    • Installation
    • đŸĒ›Server Export
  • 🔐Pin Code
    • Installation
    • đŸĒ›Export
  • đŸĸSociety Manager
    • Installation
    • đŸĒ›Export
    • 🔩Configuration
      • 📚Translate
      • đŸ’ĩMax salary
      • 📜Last invoice
  • đŸ˜ī¸Property
    • Installation
    • 🔩Configuration
      • 📚Translate
      • đŸ–ŧī¸Add interior
  • 💈Barber shop
    • Installation
    • 🔩Configuration
      • 🔓Change menu (Open source)
      • đŸŗī¸Blips
      • 📚Translate
      • âœ‚ī¸Add shop
  • 🛒Shop with basket
    • Installation
    • 🔩Configuration
      • 🍏Item/Category config
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • ➕Add shop
  • đŸ–‹ī¸Tattoo shop
    • Installation
    • 🔩Configuration
      • âœī¸Edit Tattoo
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • ➕Add shop
  • 🏡Gardener Job
    • Installation
    • 🔩Configuration
      • â„šī¸Change pos farm
      • đŸŗī¸Blips
      • 📚Translate
  • 🏧Heist ATM
    • Installation
    • 🔩Configuration
      • 💰Event money
      • 📚Translate
      • 👮Police alert
  • đŸĻHeist Fleeca
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📍Pos Fleeca Heist
  • đŸ™ī¸Poster Job
    • Installation
    • 🔩Configuration
      • â„šī¸Change pos farm
      • đŸ–ŧī¸Change poster texture
      • đŸŗī¸Blips/Marker
      • 📚Translate
  • đŸ–ŧī¸Loading Screen
    • Installation
    • âš™ī¸Configuration
  • đŸĻBank
    • Installation
    • 🔩Configuration
      • đŸ§â€â™‚ī¸Ped
      • đŸŗī¸Blips
      • 📚Translate
      • 🚩Add Bank Pos
      • đŸĸSociety
  • 🚘AutoCarDealer
    • Installation
    • 🔩Configuration
      • ➕Add Vehicles
      • 📚Translate
      • đŸŗī¸Blips
      • 📍Coords
  • 📸Character Creator
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 😃Expression
      • âš™ī¸Spawn
  • đŸ‘ĨMulti Character
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📸Change Character Creator
      • âš™ī¸Commands
  • 📝Bill
    • Installation
    • 🔩Configuration
      • 📚Translate
      • #ī¸âƒŖControl
Powered by GitBook
On this page
  1. Casino
  2. Configuration

Main config

Shared = {}
Shared.Horse = {}

Shared.Framework = {
    ESX = true,
    QBCore = false
}

Shared.ChipName = "chip"
Shared.Debug = false

Shared.Command = {
    EnabLeCommandEnterExit = true,
    Name = "casino"
}

Shared.ShowBlips = true
Shared.ShowInsideBlips = true

Shared.EnterCasino = vec3(924.052734, 47.340664, 81.093018)
Shared.ExitCasino = vec3(1089.718628, 206.070328, -49.004395)
Shared.Exchange = vec3(1116.039551, 220.008789, -49.442505)

Shared.DefaultWall = "diamonds" -- diamonds, skulls, snowflakes, winner

Shared.PedSpawn = {
	{ model = "s_m_y_valet_01", pos = vec3(924.052734, 47.340664, 81.093018 - 1), heading = 53.858269, name = "Pedro", anim = "CODE_HUMAN_CROSS_ROAD_WAIT" }, -- Enter
    { model = "s_m_y_valet_01", pos = vec3(1089.718628, 206.070328, -49.004395 - 1), heading = 354.496063, name = "Michael", anim = "WORLD_HUMAN_GUARD_STAND_CASINO" }, -- Exit
    { model = "u_f_m_casinocash_01", pos = vec3(1117.3842529297, 220.0, -49.435165405273 - 0.85), heading = 85.897758483887, name = "Laura", anim = {"anim_casino_b@amb@casino@games@blackjack@ped_female@engaged@01b@idles", "idle_a"} } -- Sell/Buy Chips
}

function DrawTopNotification(txt, beep)
    AddTextEntry("DrawTopNotification", txt)
    DisplayHelpTextThisFrame("DrawTopNotification", false)
end

Update for MLO

We are happy to tell you that the script is now adapted to the mapping of our partner MOLO MODDING

Shared.UseMLO = true

Afterwards you just have to change the positions according to your mapping

PreviousConfigurationNextHorse

Last updated 6 months ago

🃏
🔩
đŸŗī¸