|
local texttag t=CreateTextTag()
call SetTextTagText(t,"+"+R2S(Namal_Real),9.00)
call SetTextTagPosUnit(t,GetTriggerUnit(),0.00)
call SetTextTagColor(t,100,0,0,20)
call SetTextTagPermanent(t,false)
call SetTextTagLifespan( t, 3.00 )
call SetTextTagFadepoint( t, 3.00 )
call SetTextTagVelocityBJ(t, 64, 90 )
没有看到漂浮文字更没有这些效果 |
|