Array index out of bounds
#2

What is the size of BT? I assume it's MAX_PLAYERS. Therefore you can't access element 'MAX_PLAYERS' - because the first element index is 0, so if MAX_PLAYERS is 69 you can only access array indexes from 0 to 68.
Reply


Messages In This Thread
Array index out of bounds - by maramizo - 27.07.2012, 06:55
Re: Array index out of bounds - by MP2 - 27.07.2012, 07:01
Re: Array index out of bounds - by Goobiiify - 27.07.2012, 07:01
Re: Array index out of bounds - by grand.Theft.Otto - 27.07.2012, 07:03
Re: Array index out of bounds - by maramizo - 27.07.2012, 07:15
Re: Array index out of bounds - by iggy1 - 27.07.2012, 07:33

Forum Jump:


Users browsing this thread: 2 Guest(s)