PDA

View Full Version : Last chance to enter the tournament!


anonymouse187
12-06-2007, 04:34 PM
Today and tomarrow are your last chance to enter the Halo 3 tournament.

Kobe
12-06-2007, 04:56 PM
im pumped...this should be fun!

oShxT iTz ChAoS
12-06-2007, 05:10 PM
hey when does it start?

AcE
12-07-2007, 01:45 PM
So when is the first match and whose going up against who?

anonymouse187
12-07-2007, 02:44 PM
idk i gotta make a program to randomize who plays who
dates will be whenever the two can play together

Lyk31337
12-07-2007, 02:46 PM
idk i gotta make a program to randomize who plays who
dates will be whenever the two can play together
I don't believe you can make a program that is completely random. Considering some sort of algorithm is needed.

yanney
12-07-2007, 02:47 PM
have someone who isnt playing make the matches

AcE
12-07-2007, 02:52 PM
Mmm hurry up and make that program im pumped im ready to play!

anonymouse187
12-07-2007, 03:01 PM
ill make an algorithm myself to randomize the matches, ill use the number next to each players name, i guess. ill make something that is random, dont worry

Koldkiller
12-07-2007, 08:49 PM
i thought about entering but rember my xbox broke

yanney
12-07-2007, 09:00 PM
i may have a different XBLGT soon, i think my one month ran out.

Spart
12-07-2007, 09:34 PM
You can still use the same one unless you are using the free ones liek a cheap bastard. xD

SkilzDatKilz2
12-07-2007, 09:44 PM
hey you need to enter pheonix form the old one he wants to make sure you did

KR
12-07-2007, 09:46 PM
I don't believe you can make a program that is completely random. Considering some sort of algorithm is needed.

wut
Set variable 1 = random digit between 1 and 10
Set variable 2 = random digit between 1 and 10
Set variable 3 = random digit between 1 and 10Then just match them up by placing them all in number order brackets...
etc.?

Example of it in a proper code:
<?php
echo rand(5, 15);
?>