Stronger Posted June 27, 2015 Share Posted June 27, 2015 Minuto 0:58 em diante Alguem sabe como faz esse " elevador " ? Link to comment
n3wage Posted June 27, 2015 Share Posted June 27, 2015 O "Elevador" em si é basicamente um colshape (?) que aciona a função moveObject. Link to comment
Stronger Posted June 27, 2015 Author Share Posted June 27, 2015 mais como devo aplica-lo ? Link to comment
#RooTs Posted June 28, 2015 Share Posted June 28, 2015 é 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 Link to comment
Tremidinha Posted July 28, 2015 Share Posted July 28, 2015 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now