×

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ığı
« ‹ 41 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Profightxdp
« Citoyen »
1395848160000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#801
  0
Aynen çalışmıyor.
Darkjumfor
« Citoyen »
1395848280000
    • Darkjumfor#0000
    • Profil
    • Derniers messages
    • Tribu
#802
  0
Profightxdp a dit :
Aynen çalışmıyor.

Acıldı.
Profightxdp
« Citoyen »
1395848400000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#803
  0
Açıldı.
Fatihmilano
« Citoyen »
1395848400000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#804
  0
Rekor, bulut sayısına bakın :P http://prntscr.com/34alt3
Darkjumfor
« Citoyen »
1395848400000
    • Darkjumfor#0000
    • Profil
    • Derniers messages
    • Tribu
#805
  0
birini admin ypma kodu verin ?
Profightxdp
« Citoyen »
1395848700000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#806
  0
Darkjumfor a dit :
birini admin ypma kodu verin ?

admins={Darkjumfor=true , Nick=true}
Fiermousel
« Citoyen »
1395848700000
    • Fiermousel#0000
    • Profil
    • Derniers messages
    • Tribu
#807
  0
Darkjumfor a dit :
birini admin ypma kodu verin ?

admins={Kullanıcı Adı=true}
veya ^^
admins={}
admins["Kullanıcı Adı"]=true
Darkjumfor
« Citoyen »
1395848700000
    • Darkjumfor#0000
    • Profil
    • Derniers messages
    • Tribu
#808
  0
Fiermousel a dit :

admins={Kullanıcı Adı=true}
veya ^^
admins={}
admins["Kullanıcı Adı"]=true

bn arkla admin olmak istiyom ne yazcam
böle bis vardı
admins={Darkjumfor,Ediz,Shamousey=True} bu dilmi
Profightxdp
« Citoyen »
1395848820000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#809
  0
function eventChatCommand(isim, komut)
if komut == "peynir" then
tfm.exec.giveCheese(isim)
end
end

bu komut çalışmıyor.
Neonstrayzer
« Citoyen »
1395848820000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#810
  0
^^^Aynı fonksiyondan defalarca kullanırsan tabiki çalıştırmaz.
Profightxdp
« Citoyen »
1395848940000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#811
  0
Neonstrayzer a dit :
^^^Aynı fonksiyondan defalarca kullanırsan tabiki çalıştırmaz.

Çözüm?
Darkjumfor
« Citoyen »
1395850200000
    • Darkjumfor#0000
    • Profil
    • Derniers messages
    • Tribu
#812
  0
Ctrl basınca sıralama tablosunun cıkmasını istiyorum nasıl kodu ne
Oyga
« Citoyen »
1395851880000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#813
  0
Profightxdp a dit :


Çözüm?

function eventChatCommand(isim, komut)
if komut == "peynir" then
tfm.exec.giveCheese(isim)
elseif komut == "komut" then
[Olay]
end
end
Mickeydown
« Citoyen »
1395851880000
    • Mickeydown#0000
    • Profil
    • Derniers messages
    • Tribu
#814
  0
Darkjumfor a dit :
Ctrl basınca sıralama tablosunun cıkmasını istiyorum nasıl kodu ne

Topic-584950
Profightxdp
« Citoyen »
1395854280000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#815
  0
a dit :


function eventChatCommand(isim,komut)
if komut=="p *" then
for isim in pairs(tfm.get.room.playerList) do
tfm.exec.giveCheese(isim)
end
elseif komut=="s *" then
for isim in pairs(tfm.get.room.playerList) do
tfm.exec.setShaman(isim)
end
elseif komut=="k *" then
for isim in pairs(tfm.get.room.playerList) do
tfm.exec.killPlayer(isim)
end
elseif komut=="r *" then
for isim in pairs(tfm.get.room.playerList) do
tfm.exec.respawnPlayer(isim)
end
end
end

bunlar komutlarım bunun içine nası time komutu ekleyebilirim ?
Opsfentek
« Citoyen »
1395854700000
    • Opsfentek#0000
    • Profil
    • Derniers messages
    • Tribu
#816
  0
Time derken ? oyun başlarken 3e kadar sayması mı?
Edit : yemeğimi yiyim bakarım -,-
Barsems
« Citoyen »
1395854700000
    • Barsems#0000
    • Profil
    • Derniers messages
#817
  0
Opsfentek a dit :
Time derken ? oyun başlarken 3e kadar sayması mı?

!time 4 yazınca sürenin o olmasını kastediyor.
Profightxdp
« Citoyen »
1395854700000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#818
  0
Hayır !time istediğin yazıyı yazıp süreyi ona göre ayarlaması.
Kmlcan
« Citoyen »
1395854940000
    • Kmlcan#0000
    • Profil
    • Derniers messages
    • Tribu
#819
  0
function eventChatCommand(isim, komut)
local args = {}
for arg in komut:gmatch("%S+") do
table.insert(args, arg)
end
if args[1] == "time" then
tfm.exec.setGameTime(tonumber(args[2]))
end
end
Profightxdp
« Citoyen »
1395855060000
    • Profightxdp#0000
    • Profil
    • Derniers messages
    • Tribu
#820
  0
bunu o kodların içine nasıl ekleyeceğim ?
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 41 / 388 › »
© Atelier801 2018

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

Version 1.27