Textdraw quick question
#1

I'm using text draws to attempt to make a cut scene look with the screen. How do I set the colour to completely black?

Atm I've used this code...

TextDrawBoxColor(cutscene,0xFFFFFFFF);

I get the feeling it's suppose to be the opposite of what I got there?
Reply
#2

0xFFFFFFFF
->
0xRRGGBBAA

Your color is white, if you want black, set all to 0, except the alpha

0x000000FF

EDIT: http://en.wikipedia.org/wiki/RGB_color_model
Reply
#3

There is a good tutorial here
http://forum.sa-mp.com/showthread.ph...tdraw+tutorial
Reply
#4

Ahh thanks guys.

I appear to be having another problem. I've everything that needed be set for the top text draw, but I can't get another textdraw for the bottom side of the screen. I had assumed if I just simply set the Y it would go down, apprently not. Any ideas?
Reply
#5

Problem Solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)