local sx,sy = guiGetScreenSize ( ) ;
addEventHandler ( "onClientRender" , root , function ( )
if ( isTimer ( countdown ) ) then
local seconds = math.floor ( getTimerDetails ( countdown ) / 1000 ) ;
dxDrawText ( tostring ( seconds ) , 0 , 0 , sx , sy , tocolor ( 255 , 255 , 255 , 200 ) , 2 , "default-bold" , "center","center" )
end
end )
جرب هذا الكود بشرط ان التايمر يكون بجانب الكلنت واسم التايمر countdown