Label Colors
#1

How i do dis?

i don't wanna dis:
ACameras[CamID][LabelID] = Create3DTextLabel(TextMaxSpeed, 0x008080FF, x, y, z + 0.75, 100.0, 0, 0);

i wanna dis:
ACameras[CamID][LabelID] = Create3DTextLabel(TextMaxSpeed,x, y, z + 0.75, 100.0, 0, 0);


i get a error:
Код:
tag mismatch
Reply
#2

Follow the syntax.


Why would you not want it there?
Reply
#3

i got dis color.

Код:
	format(TextMaxSpeed, sizeof(TextMaxSpeed), "{FFFF00}%s {FF0000}%i", TXT_MaxSpeedCamera, MaxSpeed);
Reply
#4

There will be no problems by adding 0x008080FF in the code the color embleed tag will replace it
Reply
#5

if i pick a new color

Old Color:
Give me 120

New Color:
Give me
12
i wanna the new color to be
120.
Reply
#6

What you mean?
Reply
#7

Old one:
dis one give me 120
i wanna the new one be 120

New one:
it give me 12

i wanna the new color give me 120
Reply
#8

Colors does not give values... the value come from %i and MaxSpeed
Reply
#9

How to make the new color 120>?
Reply
#10

D: look at my post look where MaxSpeed are defined or loaded D:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)