02.03.2009, 12:58
I recall having bugs like this when I had a variable that was too small. Ex:
It's just an idea.. I would check all of my variables and make sure they are the correct size.
Код:
new blah[100]; for(new i; i < 200; i++) blah[i] = 1;

