Quote:
Originally posted by Kaimetsu
Ouch. I bet I can guess how that happens:
Cybnext scripted it to do something like "for(i=0;i!=sarraylen(client.message);i++) showimg blah;" so it prints everything in the string array. In other words, it assumes that the array size is <=5. Presumably old entries are deleted as new ones arrive. The trouble comes when you have a million entries in the array, as is the case with you. I've no idea why it doesn't delete them, though. It's all down to the fine details of the scripting.
|
English for us non-uber1337 scripters please.