| |
| 0 | ||
| FFA gibi lazım mı? |
| « Citoyen » 1401025500000
| 0 | ||
Oyga a dit : özür ama sadece sağa atıyo :( |
| 0 | ||
| Yapıyorum hemen... |
| « Citoyen » 1401025620000
| 0 | ||
Oyga a dit : saol çok yardımcı oluyosun :) |
| 0 | ||
| for n in pairs(tfm.get.room.playerList) do tfm.exec.bindKeyboard(n, 32, true, true) end function eventKeyboard(n, key, down, x, y) if key==32 then if tfm.get.room.playerList[n].isFacingRight then tfm.exec.addShamanObject(35,x+7,y,0,20) else tfm.exec.addShamanObject(35,x-7,y,180,-20) end end end |
| « Citoyen » 1401026160000
| 0 | ||
Oyga a dit : Ayarlarıyla oynadım buz yağdırıo şimdi for n in pairs(tfm.get.room.playerList) do tfm.exec.bindKeyboard(n, 32, true, true) end function eventKeyboard(n, key, down, x, y) if key==32 then if tfm.get.room.playerList[n].isFacingRight then tfm.exec.addShamanObject(45,x+10,y,0,20) else tfm.exec.addShamanObject(45,x-10,y,180,-20) end end end |
| « Citoyen » 1401026400000
| 0 | ||
Emrevegolxd a dit : < |
| 0 | ||
| admins={"Oyga","Emrevegolxd"} function eventChatCommand(n,cmd) if cmd=="modlist"then print("<V>"..table.concat(admins," <G>- <V>")) end end |
| 0 | ||
Oyga a dit : popuplada olmuyomu benim bildiğim |
| « Citoyen » 1401027060000
| 0 | ||
| for n in pairs(tfm.get.room.playerList) do tfm.exec.bindKeyboard(n, 32, true, true) end function eventKeyboard(n, key, down, x, y) if key==32 then if tfm.get.room.playerList[n].isFacingRight then tfm.exec.addShamanObject(40,x+10,y,0,20) else tfm.exec.addShamanObject(40,x-10,y,180,-20) end end end bu kodda obje atmanın süresini naıl ayarlıyabilirim ve de hem boşluk hem de eğilme tuşuyla atmasını istiyorum. |
| 0 | ||
| tfm.exec.bindKeyboard(n, 32, true, true) tfm.exec.bindKeyboard(n, 40, true, true) - if key==32 or key==40 then |
| « Citoyen » 1401027300000
| 0 | ||
| egilmetuslari={32,40,98,83} for n in pairs(tfm.get.room.playerList) do for _,key in pairs(egilmetuslari) do tfm.exec.bindKeyboard(n, key, true, true) end end function eventKeyboard(n, key, down, x, y) if egilmetuslari[key] then if tfm.get.room.playerList[n].isFacingRight then tfm.exec.addShamanObject(40,x+10,y,0,20) else tfm.exec.addShamanObject(40,x-10,y,180,-20) end end end |
| « Citoyen » 1401027660000
| 0 | ||
Neonstrayzer a dit : Çalışmıyor :( |
| « Censeur » 1401027840000
| 0 | ||
| Bi kod isticem ama veren vrirmisiniz Sihir oluşturduğumuzda diğer fareler o sihiri göremeyecek diye bir kod var mı :P |
| « Citoyen » 1401027840000
| 0 | ||
Enesxfbxpro a dit : /feu ben bir tek bunu biliom :D |
| « Censeur » 1401027960000
| 0 | ||
Botcampkasar a dit : Olduda diğer fare , sihir yaratan farenin sihirine gidebiliyor |
| 0 | ||
| for n in pairs(tfm.get.room.playerList) do for t,tus in pairs({32,40,83,98}) do tfm.exec.bindKeyboard(n, tus, true, true) end end function eventKeyboard(n, key, d, x, y) if key==32 or key==40 or key==83 or key==98 then if tfm.get.room.playerList[n].isFacingRight then tfm.exec.addShamanObject(40,x+10,y,0,20) else tfm.exec.addShamanObject(40,x-10,y,180,-20) end end end |
| « Citoyen » 1401028200000
| 0 | ||
| afk ölümü kapatma kodunu verirmisiniz acil |
| « Censeur » 1401028320000
| 0 | ||
Oyga a dit : Ulan oyga :D |