View Single Post
  #13  
Old 04-19-2002, 09:59 PM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
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.
You should come back and re-script it so it works like the message bar you made a while ago.
Reply With Quote