RE: Help With a Text Plug-In
In VB, just use the normal string concatenation. You may need to use Char() as well, I can't remember.
In C++, you'll have to use strcat() to get the same effect.
Follow the sCCColor by two comma separated numbers. The first is foreground, the second background. Any number from 0 to 63 can be used (0 to 15 for Plus 2). I recommend using a leading zero on single digits: it will limit possible bugs.
This post was edited on 07-25-2004 at 08:20 PM by RaceProUK.
|