Jump to content

Como se hace esto?


Kronos

Recommended Posts

Posted

Una tabla y funciones de DX o GUI.

guiCreateLabel 
dxDrawText 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
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) 
  

430x73.png

430x73.png

  • Recently Browsing   0 members

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