×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 208 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Makakanga
« Citoyen »
1401872640000
    • Makakanga#0000
    • Profil
    • Derniers messages
#4141
  0
Oyga a dit :
Sen yazacaksın onları.
Topic-462915

<Olay> yerine bu konudan bulduklarını yaz.

saol
Adimikoydum
« Citoyen »
1401872880000
    • Adimikoydum#0000
    • Profil
    • Derniers messages
    • Tribu
#4142
  0
anca makangaya cevap ver dünde mmarket kodu istedim cevaplamadın
Nyks
« Citoyen »
1401873240000
    • Nyks#1372
    • Profil
    • Derniers messages
    • Tribu
#4143
  0
Adimikoydum a dit :
anca makangaya cevap ver dünde mmarket kodu istedim cevaplamadın

Söylememekle haklılar
Adimikoydum
« Citoyen »
1401873240000
    • Adimikoydum#0000
    • Profil
    • Derniers messages
    • Tribu
#4144
  0
Laadljnf a dit :


Söylememekle haklılar

neden sölesene
Oyga
« Citoyen »
1401873480000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4145
  0
Laadljnf a dit :
Söylememekle haklılar

"Ben yaptım." :c
Agorttbot
« Citoyen »
1401874380000
    • Agorttbot#0000
    • Profil
    • Derniers messages
#4146
  0
Şu kodun tamamı ve doğrusu nasıl olur:

tfm.exec.eventChatCommand(n,cmd)
if command=="admin (Ne yazarım?)" then
Neonstrayzer
« Citoyen »
1401874920000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#4147
  0
Agorttbot a dit :
Şu kodun tamamı ve doğrusu nasıl olur:

tfm.exec.eventChatCommand(n,cmd)
if command=="admin (Ne yazarım?)" then

HAHAHA
Agorttbot
« Citoyen »
1401875040000
    • Agorttbot#0000
    • Profil
    • Derniers messages
#4148
  0
Neonstrayzer a dit :


HAHAHA

Rüyamda gördüm de...
Emrevegolxd
« Citoyen »
1401875400000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4149
  0
Bana Tester Önerirmisiniz.
Herodoqukan
« Citoyen »
1401875700000
    • Herodoqukan#0000
    • Profil
    • Derniers messages
#4150
  0
Şuanda açık olan tester üyesi var mı?
Emrevegolxd
« Citoyen »
1401877620000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4151
  0
bu kodda drag atma süresini nasıl 3 saniye yparım

tfm.exec.disableAutoShaman(true)
tfm.exec.disableAutoNewGame(true)
c = false
timer = 0
timer2 = 0
for n in pairs(tfm.get.room.playerList) do
for _,k in pairs({40, 83}) do
tfm.exec.bindKeyboard(n, k, true, true)
end
end
function eventLoop()
timer = timer+0.500
if timer == 2 then
c = true
timer = 0
end
timer2 = timer2+0.500
if timer2 == 116 then

end
end
function eventKeyboard(isim, key, eglmemi, x, y)
if key == 40 or key == 83 then
if c then
for pname,player in pairs(tfm.get.room.playerList) do
if pname == isim then
if player.isFacingRight then
tfm.exec.addShamanObject(19, (x+2), (y+8), 0, 30, 0, false)
else
tfm.exec.addShamanObject(20, (x-2), (y+8), 0, 0, 30, false)
end
c = false
end
end
end
end
end
Brkzsevdim
« Citoyen »
1401877980000
    • Brkzsevdim#0000
    • Profil
    • Derniers messages
#4152
  0
Benim os.time rehberime bak. (Opsfentek)
Oyga
« Citoyen »
1401878220000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4153
  0
LaoyCraft - LaysOygaCraft
http://i.imgur.com/y6xv1IR.png
Emrevegolxd
« Citoyen »
1401879120000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4154
  0
Emrevegolxd a dit :
bu kodda drag atma süresini nasıl 3 saniye yparım

tfm.exec.disableAutoShaman(true)
tfm.exec.disableAutoNewGame(true)
c = false
timer = 0
timer2 = 0
for n in pairs(tfm.get.room.playerList) do
for _,k in pairs({40, 83}) do
tfm.exec.bindKeyboard(n, k, true, true)
end
end
function eventLoop()
timer = timer+0.500
if timer == 2 then
c = true
timer = 0
end
timer2 = timer2+0.500
if timer2 == 116 then

end
end
function eventKeyboard(isim, key, eglmemi, x, y)
if key == 40 or key == 83 then
if c then
for pname,player in pairs(tfm.get.room.playerList) do
if pname == isim then
if player.isFacingRight then
tfm.exec.addShamanObject(19, (x+2), (y+8), 0, 30, 0, false)
else
tfm.exec.addShamanObject(20, (x-2), (y+8), 0, 0, 30, false)
end
c = false
end
end
end
end
end

nolur.
söleyin
Adimikoydum
« Citoyen »
1401880320000
    • Adimikoydum#0000
    • Profil
    • Derniers messages
    • Tribu
#4155
  0
profil kodunu istedim.
Oyga
« Citoyen »
1401882720000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4156
  0
Saat
http://i.imgur.com/myR5Yyc.png
Emrevegolxd
« Citoyen »
1401882720000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4157
  0
AdimiKoydum Kimse Market Vermez Boşuna İsteme Al Sana Profil P bas acılır

tfm.execNoobs("Profil",P)
Fatihmilano
« Citoyen »
1401886440000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#4158
  0
Lua'ya bir sey mi oldu?
Oyga
« Citoyen »
1401886560000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4159
  0
Fatihmilano a dit :
Lua'ya bir sey mi oldu?

## [Oyga] Lua script loaded in 2 ms (4000 max)

Çalışıyor?
Emrevegolxd
« Citoyen »
1401888360000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4160
  0
Luada Sorunmu Var Acmıyor ?
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 208 / 388 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27