Big Problem
#6

ah, nice solution
but beware: your code above may confuse the compiler, maybe while running the script:
its checking first if the condition ==0, then ==1. at the last "else if" you check for <=2, thats done before at the ==0 and ==1, both matched. so the last "else if" gets called alyways.
i suggest you to write "else if (PlayersInBoxRing[i] == 2)". iam sure it was a typo hehe...
Reply


Messages In This Thread
Big Problem - by Bearfist - 25.12.2009, 09:50
Re: Big Problem - by DeathOnaStick - 25.12.2009, 11:22
Re: Big Problem - by Babul - 25.12.2009, 12:23
Re: Big Problem - by Bearfist - 25.12.2009, 17:06
Re: Big Problem - by Bearfist - 28.12.2009, 20:08
Re: Big Problem - by Babul - 28.12.2009, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)