The Pig Pen Lottery
(http://img526.imageshack.us/img526/7480/gtasa2007122000021634fr1.jpg)
Joining
To Join you will make a Team.
A team is Limited to 2 Members.
Advantages of being in a 2 members team?
Well, there is a bigger chance of you earn money, because theres 2 ID's, not 1, after you win the money it is your problem, not mine.
To Apply for a Team please follow the Instructions:
Name of Team:
Members:
Members(Optional if only One Member):
Role Play Group your In:
How it Works?
Simple, the people that join it will go in The Pig Pen, and tell the person in charge of the Pig Pen (Razor_Stracci) yours member ID and give Razor $1000, after that the money will be counted and the Lottery will start.
How the process of member ID being Picked?
As There can only be 10 Players to partecipate on this Event At once There is a script i use to get those random Members ID's, also, Number '0' Doesn't count in. The Script i use to pick the random numbers is:
<HTML>
<HEAD>
<SCRIPT type="text/javascript">
function rand()
{
var now=new Date()
var num=(now.getSeconds())%10
var num=num+1
alert(num)
}
</SCRIPT>
</HEAD>
<BODY>
<h1>Random Numbers</h1>
<form>
<INPUT TYPE="button"
VALUE="Random Number from 1 to 10"
onClick="rand()">
</FORM>
</BODY>
</HTML>
And to see the Effect Click Here (http://www.htmlgoodies.com/primers/jsp/print.php/3478331).
Teams:
No Teams at moment.
Good Luck!