Jump to content

ALGUEM SABE FAZER ISSO NO SERVIDOR


Recommended Posts

é como o @NewAge falo

mais minha opinião é o seguinte

é serviço e tempo gasto atoa, porque é uma coisa inutil, isso não vai chamar players para seu servidor mais se quiser fazer,

você que que sabe, minha opinião está ai :wink:

Link to comment
  • 1 month later...
Vende-se Esse Mapa Com 1 Portao 9 Andares com 10 elevadores + Teleport

Valor: 40 a 50 Reais

Tratar o Preço No Skype: Krojis.1

Que retardado compra uma bosta dessa?

------

é simples fazer isso.

obj = createObject ( 1337, 0, 0, 0, 0, 0, 0 ) 
function elevadorCmd(thePlayer,commandName,andar) 
              if (andar == 0) then 
                            moveObject(obj,10000,0,0,0) 
              elseif (andar == 1) then 
                            moveObject(obj,10000,0,0,10) 
              elseif (andar == 2) then 
                            moveObject(obj,10000,0,0,20) 
              elseif (andar == 3) then 
                            moveObject(obj,10000,0,0,30) 
              elseif (andar == 4) then 
                            moveObject(obj,10000,0,0,40) 
              elseif (andar == 5) then 
                            moveObject(obj,10000,0,0,50) 
              elseif (andar == 6) then 
                            moveObject(obj,10000,0,0,60) 
              -- .....  
              end 
end 
addCommandHandler("elevador",elevadorCmd) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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