تقدر تستخدم كودي كذآ :
setTimer(CreateTextItem,1000,1,player,1000, 0, 0, 255, 3,"1 Second!!",_,_,"center","top" )
setTimer(CreateTextItem,2000,1,player,1000, 0, 0, 255, 3,"2 Second!!",_,_,"center","top" )
setTimer(CreateTextItem,3000,1,player,1000, 0, 0, 255, 3,"3 Second!!",_,_,"center","top" )
function CreateTextItem ( player, time, r, g, b, scale, text, x, y, alignX, alignY)
if not player or not time or not text then return end
if not tonumber(r) and not tonumber(g) and not tonumber(b) then r, g, b = 255, 0, 0 end
if not scale then scale = 1 end
if ( isElement( player ) and type ( text ) == 'string' and tonumber( time) ) then
local Display = textCreateDisplay ()
local newtextItem = textCreateTextItem ( text, x or 0.5, y or 0.5, 2, r, g, b, 255, scale, alignX or "center", alignY or "center" )
textDisplayAddText ( Display, newtextItem )
textDisplayAddObserver ( Display, player )
setTimer(textDestroyTextItem, time, 1, newtextItem)
setTimer(textDestroyDisplay, time, 1, Display)
end
end
واذا فية تايمر مثلا 200 او شيء في مود من الكومنتي تمام .. حلو و كويس بس صعب شوي ذذ