Lama Development
  • Introduction
  • scripts
    • LamaSupport-V2
      • Configuration
      • ToDo
      • Changelog
    • LamaCarInsurance
      • Configuration
      • ToDo
      • Changelog
    • LamaSupportScript
      • Configuration
      • ToDo
      • Changelog
    • LamaSocietyDeposit
      • Configuration
      • ToDo
      • Changelog
    • LamaSweeperJob
      • Configuration
      • ToDo
      • Changelog
    • LamaLottery
      • Configuration
      • ToDo
      • Changelog
    • LamaIngameAdvertisement
    • LamaCarWash
  • 🛒Shop
Powered by GitBook
On this page
  • Config file
  • Official Locales
  1. scripts
  2. LamaLottery

Configuration

You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.

Config file

Config = {}

Config.Locale = 'en'

Config.ItemName = 'lotteryticket'
Config.AccountType = 'money' -- Where should the player recieve the money? (money, bank, black_money)

Config.Prices = { -- chance can't be more then 100 all together
    {amount = 0, chance = 60},
    {amount = 100, chance = 20},
    {amount = 500, chance = 10},
    {amount = 1000, chance = 6},
    {amount = 5000, chance = 4},
    -- {amount = 10000, chance = 2},
}

Official Locales

PreviousLamaLotteryNextToDo

Last updated 1 year ago

Join the Lama Development Discord Server!Discord
Logo