×

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ığı
« ‹ 231 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Zekakolik
« Citoyen »
1402581840000
    • Zekakolik#0000
    • Profil
    • Derniers messages
#4601
  0
Kabile evinde LUA İLE bir üyeyi atmanın kodu ne biliyor musunuz ?
Hasannj
« Citoyen »
1402581960000
    • Hasannj#0000
    • Profil
    • Derniers messages
#4602
  0
Zekakolik a dit :
Kabile evinde LUA İLE bir üyeyi atmanın kodu ne biliyor musunuz ?

tfm.exec.playerKick("name")
Noktats
« Citoyen »
1402581960000
    • Noktats#0000
    • Profil
    • Derniers messages
#4603
  0
edşttttt
Oyga
« Citoyen »
1402582140000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4604
  0
Zekakolik a dit :
Kabile evinde LUA İLE bir üyeyi atmanın kodu ne biliyor musunuz ?

Kötü amaçlı kodlar vermiyoruz.
Dinorai
« Citoyen »
1402584180000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4605
  0
Oyga a dit :
.

oyga bişe sorcam lua ile "!komut" şeklinde komutlar yapıozda "!" yerine başka bi işaretli yapma varmı??
Fatihmilano
« Citoyen »
1402584180000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#4606
  0
Dinorai a dit :
oyga bişe sorcam lua ile "!komut" şeklinde komutlar yapıozda "!" yerine başka bi işaretli yapma varmı??

Yok.
Dinorai
« Citoyen »
1402584300000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4607
  0
Fatihmilano a dit :
Yok.

:€
Farewwq
« Citoyen »
1402585080000
    • Farewwq#0000
    • Profil
    • Derniers messages
#4608
  0
BİR GİREN KİŞİDEN SONA HEMEN MAPIN DEĞİŞME KODU NEYDİ ? çok lazım
Oyga
« Citoyen »
1402585200000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4609
  0
Topic-462915

Buradan oyuncu kazanınca çalışan fonksiyonu bul içine harita değiştirme kodunu koy.
Dinorai
« Citoyen »
1402585440000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4610
  0
Oyga a dit :
Topic-462915

Buradan oyuncu kazanınca çalışan fonksiyonu bul içine harita değiştirme kodunu koy.

eventPlayerWon(player)
Leo
« Citoyen »
1402585980000
    • Leo#6000
    • Profil
    • Derniers messages
#4611
  0
Dinorai a dit :


eventPlayerWon(player)

function eventPlayerWon(name)
tfm.exec.newGame(mapkodu)
end
Farewwq
« Citoyen »
1402586220000
    • Farewwq#0000
    • Profil
    • Derniers messages
#4612
  0
Tutekkro a dit :


function eventPlayerWon(name)
tfm.exec.newGame(mapkodu)
end

edit
Dinorai
« Citoyen »
1402586460000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4613
  0
Farewwq a dit :

Tek map kodu yerine maplist koydum bozluyor nasıl yapabillirim ?

function eventPlayerWon(name)
maps = {"Harita kodu","Harita kodu"}

tfm.exec.newGame(maps[math.random(#maps)])
end

Harita kodlarını çoğaltabilirsin.
Farewwq
« Citoyen »
1402586580000
    • Farewwq#0000
    • Profil
    • Derniers messages
#4614
  0
Dinorai a dit :


function eventPlayerWon(name)
maps = {"Harita kodu","Harita kodu"}

tfm.exec.newGame(maps[math.random(#maps)])
end

Harita kodlarını çoğaltabilirsin.

çok saol :)
Noktats
« Citoyen »
1402588620000
    • Noktats#0000
    • Profil
    • Derniers messages
#4615
  0
Yeni forum 1 ay geç açılsa idi bu konuda silineçekti yorumlar nede kötü olurdu
Enesxfbxpro
« Censeur »
1402588800000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4616
  0
Noktats a dit :
Yeni forum 1 ay geç açılsa idi bu konuda silineçekti yorumlar nede kötü olurdu

a:wsdawsd

5000 post atın gençler kodlar gitsin :D
Profmfare
« Citoyen »
1402596300000
    • Profmfare#0000
    • Profil
    • Derniers messages
    • Tribu
#4617
  0
money={}

function eventNewPlayer(playerName)
money[playerName]=0
end

for name,player in pairs(tfm.get.room.playerList) do
money[name]=0
end
function eventPlayerWon(playerName)
money[playerName]=money[playerName]+10
print(playerName.."<J> gets 10 coins")
end
function eventChatCommand(name,cmd)
if cmd=="cheese" and money[name]>=10 then
tfm.exec.giveCheese(name)
money[name]=money[name]-10
print(name.."<J> bought cheese <R>(-10)")
else
print("<R>you don't have money")
end
end

bundaki market eşyalarını nasıl çogatçam hem cheese hem shaman aynı anda olmuyor..
Nyks
« Citoyen »
1402596600000
    • Nyks#1372
    • Profil
    • Derniers messages
    • Tribu
#4618
  0
Profmfare a dit :
money={}

function eventNewPlayer(playerName)
money[playerName]=0
end

for name,player in pairs(tfm.get.room.playerList) do
money[name]=0
end
function eventPlayerWon(playerName)
money[playerName]=money[playerName]+10
print(playerName.."<J> gets 10 coins")
end
function eventChatCommand(name,cmd)
if cmd=="cheese" and money[name]>=10 then
tfm.exec.giveCheese(name)
money[name]=money[name]-10
print(name.."<J> bought cheese <R>(-10)")
else
print("<R>you don't have money")
end
end

bundaki market eşyalarını nasıl çogatçam hem cheese hem shaman aynı anda olmuyor..

Saol kardeş :)
Oyga
« Citoyen »
1402596720000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#4619
  0
Laadljnf a dit :


Saol kardeş :)

EN birisi yapmıştır onu.
Enesxfbxpro
« Censeur »
1402597620000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4620
  0
[Egehaegeha] Çevirmenlik normalde parayla olur!

Çocuğa bakya helpi en yap diyorum yapmıyor boş boş duruyor ya
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 231 / 388 › »
© Atelier801 2018

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

Version 1.27