debug???
#4

No. You had

i <= MAX_PLAYERS


It's supposed to be

i < MAX_PLAYERS



If you did it your way, it will try to access player 501 (or whatever your max players is + 1), which is above the array size.
Reply


Messages In This Thread
debug??? - by Frede - 23.01.2013, 20:15
Re: debug??? - by Vince - 23.01.2013, 20:20
Re: debug??? - by Frede - 24.01.2013, 13:52
Re: debug??? - by SuperViper - 24.01.2013, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)