Jump to content

GUI


zell

Recommended Posts

Posted

quiero hacer un boton para que las nubes desaparescan y aparescan en la ventana de F1 de freeroam, como le ago

nubes

function areCloudsVisible() 
  if getCloudsEnabled() then 
    outputChatBox("nubes activadas.") 
  else 
    outputChatBox("nubes desactivadas.") 
  end 
end 
addCommandHandler("nubes", areCloudsVisible) 

Posted
function areCloudsVisible ( ) 
    setCloudsEnabled ( not getCloudsEnabled ( ) ) 
    outputChatBox ( "nubes ".. getCloudsEnabled ( ) and "activadas" or "desactivadas" .."." ) 
end 
addCommandHandler ( "nubes", areCloudsVisible ) 

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.

  • Recently Browsing   0 members

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