30.05.2012, 17:01
Your problem is the "spectator" var you are using as an index. When it is set to 999, you are using it as an index for an array that isn't that large.
EDIT: Print the value of "spectate" before you use it on an array and check if the array is large enough for it.
EDIT: Print the value of "spectate" before you use it on an array and check if the array is large enough for it.