×

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ığı
« ‹ 214 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Enesxfbxpro
« Censeur »
1402058220000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4261
  0
edit - market kodu vardı ama edit
Nyks
« Citoyen »
1402058460000
    • Nyks#1372
    • Profil
    • Derniers messages
    • Tribu
#4262
  0
Enesxfbxpro a dit :
edit - market kodu vardı ama edit

Almştm .d
Nyks
« Citoyen »
1402058580000
    • Nyks#1372
    • Profil
    • Derniers messages
    • Tribu
#4263
  0
Enesxfbxpro a dit :
• [SUNUCU] Sunucu 2 dakika içerisinde tekrar başlatılacaktır.

tamda lua yapıyodum offf

şunu söyliyim : rozet gelcek gelmesse ne olıyım

Hayır rozetler pazartesi geliyor inidirm bitince yeni kürk indirime giricek ve rozet gelck
Enesxfbxpro
« Censeur »
1402058580000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4264
  0
• [SUNUCU] Sunucu 2 dakika içerisinde tekrar başlatılacaktır.

tamda lua yapıyodum offf

şunu söyliyim : rozet gelcek gelmesse ne olıyım
Oyga
« Citoyen »
1402059360000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4265
  0
Burası sunucu kapanıyor, şu gelecek, bu gelecek yeri değil.
Hasannj
« Citoyen »
1402059480000
    • Hasannj#0000
    • Profil
    • Derniers messages
#4266
  0
Balloons'u açtırmışken sunucu gitmesi nedir ya?!
Noktats
« Citoyen »
1402060020000
    • Noktats#0000
    • Profil
    • Derniers messages
#4267
  0
h ile help menüsünü nasıl açarım kaç gündür istiyorum ama kesin kesin veriliyor
Opsfentek
« Citoyen »
1402063200000
    • Opsfentek#0000
    • Profil
    • Derniers messages
    • Tribu
#4268
  0
Al ya

a dit :
function eventKeyboard(n,k,d,x,y)
if k==32 then
if d==true then
ui.addTextArea(1,"Düzensiz Ve Sade Bir Help değil ama HELP",n,400,200)
elseif d==false then
ui.removeTextArea(1)
end
end
end

for n in pairs(tfm.get.room.playerList) do
tfm.exec.bindKeyboard(n,32,false,false)
tfm.exec.bindKeyboard(n,32,true,true)
end

Kendine göre ayarla.
Oyga
« Citoyen »
1402064340000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4269
  0
^
a dit :
for n in pairs(tfm.get.room.playerList) do
tfm.exec.bindKeyboard(n,32,false,false)
tfm.exec.bindKeyboard(n,32,true,true)
end

function eventKeyboard(n,k,d,x,y)
if k==32 and d then
ui.addTextArea(1,"nub",n,400,200)
else
ui.removeTextArea(1)
end
end

Çalışması lazım.
Herodoqukan
« Citoyen »
1402064340000
    • Herodoqukan#0000
    • Profil
    • Derniers messages
#4270
  0
Öldüğünde 3 saniye sonra doğma
Opsfentek
« Citoyen »
1402064460000
    • Opsfentek#0000
    • Profil
    • Derniers messages
    • Tribu
#4271
  0
os.time rehberime bak
Oyga
« Citoyen »
1402064460000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4272
  0
Herodoqukan a dit :
Öldüğünde 3 saniye sonra doğma

Sen yap.
Seih
« Citoyen »
1402064460000
    • Seih#0000
    • Profil
    • Derniers messages
    • Tribu
#4273
  0
Opsfentek a dit :
Al ya
Kendine göre ayarla.

sadce açılıyor kapanmıyor
Herodoqukan
« Citoyen »
1402064640000
    • Herodoqukan#0000
    • Profil
    • Derniers messages
#4274
  0
Oyga bilsem sormazdım herhalde boş konuşuyorsun bir daha cevap yazma.
Oyga
« Citoyen »
1402064760000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4275
  0
Düzenleme: Neon verdi. :d
Neonstrayzer
« Citoyen »
1402065000000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#4276
  0
Herodoqukan a dit :
Öldüğünde 3 saniye sonra doğma

players={}
function eventNewPlayer(p)
players

={}
end
for n in pairs(tfm.get.room.playerList) do
eventNewPlayer(n)
end
function eventPlayerDied(p)
players

.t=os.time()
end
function eventLoop()
for n,p in pairs(players) do
if p.t and os.time()-p.t>3000 then
tfm.exec.respawnPlayer(n)
p.t=nil
end
end
end

Seih
« Citoyen »
1402065000000
    • Seih#0000
    • Profil
    • Derniers messages
    • Tribu
#4277
  0
birisi çalışan h ye basıp alıçan help verebilrimi
Nyks
« Citoyen »
1402065120000
    • Nyks#1372
    • Profil
    • Derniers messages
    • Tribu
#4278
  0
Noktats a dit :
h ile help menüsünü nasıl açarım kaç gündür istiyorum ama kesin kesin veriliyor

Seih a dit :
birisi çalışan h ye basıp alıçan help verebilrimi

Kendi çarından değilde neden ordan soruyon ?
Noktats
« Citoyen »
1402065360000
    • Noktats#0000
    • Profil
    • Derniers messages
#4279
  0
Laadljnf a dit :

Kendi çarından değilde neden ordan soruyon ?

zaten seihin bana ait olduğunu bir çok kişi biliyor kabile evi dolu diye diğer çara girmiştim sırf bir soru için tekrar o çara girmek istemdim
Interspeed
« Citoyen »
1402065780000
    • Interspeed#0000
    • Profil
    • Derniers messages
    • Tribu
#4280
  0
a dit :
print("<img src='http://i.imgur.com/BFuI5ET.png'></img>")

Sohbete resim ekleniyor BR'den buldum
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 214 / 388 › »
© Atelier801 2018

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

Version 1.27