Guia Module + Tópico de Dúvidas |
Brenower « Censeur » 1387407180000
| 0 | ||
Yteizz a dit : a dit : Ta ai |
Yteizz « Citoyen » 1387407360000
| 0 | ||
Brenower a dit : obrigado mesmo :) |
+Thogabriel « Citoyen » 1387408080000
| 0 | ||
Yteizz a dit : system.disableChatCommandDisplay(NOMEDOCOMANDO, true) |
Plinceeeza « Citoyen » 1387475160000
| 0 | ||
Pra que serve o system.disableChatCommandDisplay(NOMEDOCOMANDO, true) ? |
Stheblindd « Citoyen » 1387475400000
| 0 | ||
Plinceeeza a dit : Para o comando NOMEDOCOMANDO não aparecer no chat. |
Plinceeeza « Citoyen » 1387475400000
| 0 | ||
Stheblindd a dit : Ham Não sabia |
Lucasmribe « Citoyen » 1387500660000
| 0 | ||
Tem como fazer hiperlink no lua? (link q vc clica e sai em um site) |
Brenower « Censeur » 1387539840000
| 0 | ||
Lucasmribe a dit : Sim. a dit : ^^ |
0 | ||
Lucasmribe a dit : Sim, faça assim: Código a dit : Se tiver problemas me fale. |
Ruancool « Citoyen » 1387659480000
| 0 | ||
pode criar um topico tipo assim: uma pessoa poem o topico, script ou pelo pastebin e pede eu traduzir pra tal lingua ai eu traduzo e mando devolta, se pode como tenque ser o nome? |
0 | ||
Ruancool a dit : Não pode. |
Squalleze « Citoyen » 1387665900000
| 0 | ||
alguem lembra o link que tem todos os mapas de uma seção eu to em otro pc e n lembro e-e |
Laagaadoo « Citoyen » 1387666140000
| 0 | ||
Squalleze a dit : API Cheese For Mice - Maps Substitua o "p" por "pCATEGORIA", exemplo: "p17", "p22", "p3", sem aspas. |
+Lucasmr « Citoyen » 1387723080000
| 0 | ||
http://pastebin.com/4xfFRUE0 ando eu digita !fogos aparece só uma vez, onde eu coloco o event Loop pra ir em varios lugares? |
Yteizz « Citoyen » 1387830480000
| 0 | ||
+Lucasmr a dit : Tenta isso : function eventChatCommand(player, command) if command == "fogos" then fogos(math.random(0, 800), math.random(200, 300)) end end function fogos(x, y) local particle = math.random(0,2) for i=0,2 do tfm.exec.displayParticle(particle, x, y, 0.2F, 0.2F, 0.2F, 0.2F, nil) tfm.exec.displayParticle(particle, x, y, -0.2F, -0.2F, -0.2F, -0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0F, 0.2F, 0F, 0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0F, -0.2F, 0F, -0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0.2F, 0F, 0.2F, 0F, nil) tfm.exec.displayParticle(particle, x, y, -0.2F, 0F, -0.2F, 0F, nil) particle = math.random(0,2) end end |
+Lucasmr « Citoyen » 1387831680000
| 0 | ||
Yteizz a dit : continua do msm jeito.. qando eu digito !fogos, só aparece uma vez =/ |
Stheblindd « Citoyen » 1387831800000
| 0 | ||
+Lucasmr a dit : Tenta colocar isso no eventLoop: fogos(math.random(0, 800), math.random(200, 300)) |
Byenamo « Citoyen » 1387833840000
| 0 | ||
Onde ta o erro: function eventNewPlayer(name) system.bindMouse(name,true) end for name in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventMouse(name,x,y) if first_person==nil and f==0 then fogos(math.random(0, 800), math.random(200, 300)) end end function fogos(x, y) local particle = math.random(0,2) for i=0,2 do tfm.exec.displayParticle(particle, x, y, 0.2F, 0.2F, 0.2F, 0.2F, nil) tfm.exec.displayParticle(particle, x, y, -0.2F, -0.2F, -0.2F, -0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0F, 0.2F, 0F, 0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0F, -0.2F, 0F, -0.2F, nil) tfm.exec.displayParticle(particle, x, y, 0.2F, 0F, 0.2F, 0F, nil) tfm.exec.displayParticle(particle, x, y, -0.2F, 0F, -0.2F, 0F, nil) particle = math.random(0,2) end end |
Cripitormito « Citoyen » 1387834080000
| 0 | ||
como cria um mini-game no transformice ? |
Brenower « Censeur » 1387850580000
| 0 | ||
|