Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Color in drawn chat


Jumbofile
 Share

Recommended Posts

Ive found a way to draw chat to screen in a dx8 version of eclipse but sadly color doesn't show up.

Here is the code:

```

RenderText Font_Default, Chat(i).text, frmMain.picScreen.Left + 5, (frmMain.picScreen.Top + 100) - (i * 20), White

```
This obviously makes it white. I need to have color.

```

RenderText Font_Default, Chat(i).text, frmMain.picScreen.Left + 5, (frmMain.picScreen.Top + 100) - (i * 20), Chat(i).text, Chat(i).color

```
This gives an Unrecoverable Dx8 error

```

RenderText Font_Default, Chat(i).text, frmMain.picScreen.Left + 5, (frmMain.picScreen.Top + 100) - (i * 20), Chat(i).color

```
This makes the text red and only show user input.

Can a more experienced programmer help me out??
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...