- Joined
- Oct 18, 2007
- Messages
- 930
ok i have tried for hours now without getting any result -.- why does this not work...
Any ideas on how it might work??? i cant get it to appear, hmm...
JASS:
function bleh takes nothing returns nothing
local texttag TT = CreateTextTag()
call SetTextTagColor(TT,100,75,25,0)
call SetTextTagPos(TT,X,Y,0)
call SetTextTagText(TT,"BLEH",10)
call SetTextTagVelocity(TT,64,90)
call SetTextTagPermanent(TT,false)
call SetTextTagFadepoint(TT,0.5)
call SetTextTagLifespan(TT,2)
call SetTextTagVisibility(TT,true)
set TT = null
endfunction
Any ideas on how it might work??? i cant get it to appear, hmm...