Quote:
Originally posted by NeoNPL
this is all i see when i log on... and i cant move. and im using a 1.5ghz on a cable modem FFS!
|
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.