2009-10-07, 00:27:03
Control Point Bar
Got same problem.
Screen compatability
For my screen the floating text is not visiable.
Its becouse the text size is too small,
Minimal texd size for my screen is 6.9.
Triggers affected:
Control Point Init
Control Point
Mb others.
from
to
Got same problem.
Screen compatability
For my screen the floating text is not visiable.
Its becouse the text size is too small,
Minimal texd size for my screen is 6.9.
Triggers affected:
Control Point Init
Control Point
Mb others.
from
Code:
call SetTextTagTextBJ( udg_Progress_Bar[10 + ID], (udg_Color[13 - OwningTeam] + basic + "|r"), 5.00 )
else
call SetTextTagTextBJ( udg_Progress_Bar[10 + ID], (udg_Color[13 - OwningTeam] + SubStringBJ(basic, 1, i) + "|r|cff000000" + SubStringBJ(basic, 1, (160 - i)) + "|r"), 5.00 )
Code:
call SetTextTagTextBJ( udg_Progress_Bar[10 + ID], (udg_Color[13 - OwningTeam] + basic + "|r"), 6.9 )
else
call SetTextTagTextBJ( udg_Progress_Bar[10 + ID], (udg_Color[13 - OwningTeam] + SubStringBJ(basic, 1, i) + "|r|cff000000" + SubStringBJ(basic, 1, (160 - i)) + "|r"), 6.9 )