TitansProductions / TP-Advanced-Zombies

An advanced FiveM zombies script which provides you many features in purpose to enjoy and create a realistic zombie apocalypse server.
Apache License 2.0
54 stars 22 forks source link

I want Random 10 - 20 cash. How do I write it? #12

Open EarthWst opened 8 months ago

EarthWst commented 8 months ago
        ['level_2'] = { 

            account = { -- start of weapons

                cash = {
                    randomAmount = true, -- randomAmount is the ammunition for weapons.
                    min    = 10,
                    max    = 15,

                    chance = 100,
                },
            }, -- end of weapons

        },