а имменно удали этот код
Code
function move_text takes nothing returns nothing
call SetTextTagPosUnit(udg_t, udg_u, 5)
endfunction
и действия с другой функции
Code
local timer t = CreateTimer()
call TimerStart(t,0.01,true,function move_text)
call TimerStart(t,0.01,false,function move_text)
call DestroyTimer(t)
set t = null
и радуйся