Configuration

Config = {}

Config.locales = {}

Config.Locale = "en"

Config.GiveawayCommand = "giveaway"

Config.ItemList = { -- for raffle giveaway type
    ["vehicle"] = {
        'zentorno',
        'asea',
        'drafter'
    },
    ["item"] = {
        [1] = {
            itemname = "ammo-9",
            min = 1,
            max = 5
        },
        [2] = {
            itemname = "water",
            min = 1,
            max = 5
        },
    },
    ["money"] = {
        min = 1000,
        max = 5000
    }
}



Last updated