View Single Post
  #272  
Old 07-21-2005, 04:05 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by ZeroTrack
I've already asked cheetos too and hes says its been bugged for a while now
Er, the bug I was referring to was that wraptext2 is returning different values sometimes so text will flicker if you keep showing it.

EDIT: The problem was that he was passing a string array to wraptext2 instead of just a string.
Stefan:
I did find out something interesting about the wraptext2 bug though.
(Don't worry, this will make more sense when you see the example)
If you show the images using wraptext2, it will return a value.
If you show the images again, wraptext2 will return a different value.
If you show the images yet again, wraptext2 will still return the second value.
If you hide the images then show them again, it will return the first value.
In other words, wraptext2 returns one value the first time the image is shown, and a different value that stays the same every other time if the image hasn't been hidden.
Also, if the chatbar is showing, wraptext will return more different values.
Example: #gscript, weapon cheetos_v4bug

Last edited by CheeToS2; 07-21-2005 at 04:37 AM..