Jump to content

Como se hace esto?


Kronos

Recommended Posts

function ventana() 
    dxDrawRectangle() 
    dxDrawText(texto) 
end 
addEventHandler("onClientRender",getRootElement(),ventana) 
  
texto = "Texto 1" 
  
setTimer( 
(function() 
if texto == "Texto 1" then 
texto = "Texto 2" 
if texto == "Texto 2" then 
texto = "Texto 3" 
if texto == "Texto 3" then 
texto = "Texto 1" 
end 
end 
), 
10000,0) 
  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...