Author |
Message |
Delta
|
|
|
|
|
Sponsor Sponsor
|
|
|
shorthair
|
Posted: Sun Feb 01, 2004 3:28 pm Post subject: (No subject) |
|
|
yes , that was awsome i love it , i like the way the bat hits him when he bloackss the balls , great job
|
|
|
|
|
|
Amailer
|
Posted: Sun Feb 01, 2004 3:36 pm Post subject: (No subject) |
|
|
hha damm nice, KEEP THEM COMING ill give you bits!
$bits = 5;
$Delta = $Delta+$bits;
|
|
|
|
|
|
Paul
|
Posted: Sun Feb 01, 2004 3:45 pm Post subject: (No subject) |
|
|
Ah.. the ultimate showdown, man vs machine, this animation shows us theres no point in violence, when both sides looses. great job.
|
|
|
|
|
|
octopi
|
Posted: Sun Feb 01, 2004 3:49 pm Post subject: (No subject) |
|
|
Amailer wrote: hha damm nice, KEEP THEM COMING ill give you bits!
$bits = 5;
$Delta = $Delta+$bits;
People over the age of 12 tend to do this.
code: | $Delta['bits'] +=5; |
...see you were adding 5 to delta....and not his bit count.
also you used an unneeded varible...which is just wastful.
My code fixes this problem. It adds 5 bits to delta's bit count, and not him. It also uses the minimum number of varibles.
|
|
|
|
|
|
Delta
|
Posted: Sun Feb 01, 2004 3:51 pm Post subject: (No subject) |
|
|
YAY! Five more of me! That means five times as much stupid posts! like this one! yay! (If that wasn't spam I'm not sure what is )
|
|
|
|
|
|
Amailer
|
Posted: Sun Feb 01, 2004 4:49 pm Post subject: (No subject) |
|
|
octopi wrote: Amailer wrote: hha damm nice, KEEP THEM COMING ill give you bits!
$bits = 5;
$Delta = $Delta+$bits;
People over the age of 12 tend to do this.
code: | $Delta['bits'] +=5; |
...see you were adding 5 to delta....and not his bit count.
also you used an unneeded varible...which is just wastful.
My code fixes this problem. It adds 5 bits to delta's bit count, and not him. It also uses the minimum number of varibles.
thanks... /me damm.
Lol
|
|
|
|
|
|
Andy
|
Posted: Sun Feb 01, 2004 5:07 pm Post subject: (No subject) |
|
|
shouldnt it be delta.bits+=5;
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Paul
|
Posted: Sun Feb 01, 2004 5:43 pm Post subject: (No subject) |
|
|
If this were in the turing section, our bits would be mercilessly subtracted.
|
|
|
|
|
|
octopi
|
Posted: Sun Feb 01, 2004 6:05 pm Post subject: (No subject) |
|
|
dodge_tomahawk wrote: shouldnt it be delta.bits+=5;
depends on the language you use.
|
|
|
|
|
|
Andy
|
Posted: Sun Feb 01, 2004 6:59 pm Post subject: (No subject) |
|
|
what language was that one with the quotes in brackets?
|
|
|
|
|
|
shorthair
|
Posted: Sun Feb 01, 2004 7:14 pm Post subject: (No subject) |
|
|
, well somthings gotta be goin on Who knows what asian is up to , hes got new rules 10 000 bits , i thin khe is trying to take over compsci
|
|
|
|
|
|
Delta
|
Posted: Sun Feb 01, 2004 7:20 pm Post subject: (No subject) |
|
|
Wow... I wish I could spam like this... maybe if we had a moderator in this forum *hint* *hint* *nudge* *nudge* *wink* *wink*
|
|
|
|
|
|
Paul
|
Posted: Sun Feb 01, 2004 7:27 pm Post subject: (No subject) |
|
|
Hypothetically, only hypothetically, never in a million years hypothetically, if we were to choose a mod for this forum, I would choose delta, because he knows his stuff, and he is the obvious choice, but only Hypothetically. *hint hint* *nugde push*
|
|
|
|
|
|
octopi
|
Posted: Sun Feb 01, 2004 7:56 pm Post subject: (No subject) |
|
|
I was just showing an array ($Delta), in php
you can access array items by using
$Delta["nameofitem"]
or by its number, $Delta[0]
|
|
|
|
|
|
|