View Single Post
  #14  
Old 04-19-2002, 10:07 PM
HVOstroHS HVOstroHS is offline
Registered User
HVOstroHS's Avatar
Join Date: Jan 2002
Location: Cow Town, Massachusetts
Posts: 505
HVOstroHS is on a distinguished road
Send a message via AIM to HVOstroHS
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.
__________________
Okogadis: But I also need a thingy

AIM: HVOstroHS
ICQ: 25015150
E-mail: [email protected]
-Caius Ligarius
Reply With Quote