View Single Post
  #7  
Old 04-19-2002, 06:46 PM
acidfear acidfear is offline
Registered User
Join Date: Feb 2002
Location: Baltimore, US
Posts: 210
acidfear is on a distinguished road
Send a message via AIM to acidfear Send a message via Yahoo to acidfear
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.
huh? lol
__________________



"Arriving 1 year from the past only to come to a corrupt future filled with pks, evil, and n00bys." ~Redflair
Reply With Quote