Hi, recently I got a raffle script for my website, it's basically a lottery. Right now, when you create a raffle you set what % of the people who enter will win. So say you set 50%, 50% of all people who enter will win. I'm just looking for someone to create a new option to set the exact number of people who will win, and if this option is checked it overides the % of people that will win. So i could say only 1 person will win, or 10 etc. Post if you can do it and name your price.
I don't think you should "override" the existing percentage setting, you need that setting to determine how often winners are given out whether there's a limit on winners or not. What I propose is a text box where you can enter a number from -1 to pretty much as high as you want to go. -1 will cause the script to give out an infinite number of winners according the the existing percentage setting. Zero will prevent any winners, and any number higher than zero will allow winners according to the existing percentage setting. Any time a winner is given out, that number will automatically go down, until eventually it will get to zero and prevent any new winners.