×

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
  • /
  • [Script] Kelime Bulmaca
[Script] Kelime Bulmaca
Kmlcan
« Citoyen »
1391173980000
    • Kmlcan#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  2
Merhaba yeniden. Dun kabile evinde bir kelime bulmaca kodladim, sonra sildim, daha sonra yine kodladim ve kabile evindekiler begendigini soyledi. Ben de paylasma karari aldim.

Yukarida bir textArea var, bu textArea'da her yarim saniyede bir harf cikiyor. Siz de kelime listesinden bir kelime gorunce !kelime yaziyorsunuz. Eger dogru bilirseniz kelime yukaridan siliniyor.

Buyrun script burada:
a dit :
harfler = {'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'z', 'x', 'c', 'v', 'b', 'n', 'm'}
kelimeler = {'melibellule', 'lua', 'shamousey', 'yuva', 'ediz', 'map', 'nehirr', 'sukelaci', 'kmlcan', 'sydoline', 'tigrounette', 'pro', 'peynir', 'fare', 'transformice', 'fight', 'vanilla', 'lag', 'wj', 'defilante', 'bootcamp', 'cj', 'sp', 'kabile'}

tfm.exec.disableAutoShaman(true)
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAfkDeath(true)
tfm.exec.newGame(0)
t = os.time()

function eventNewGame()
for n in pairs(tfm.get.room.playerList) do
eventPlayerRespawn(n)
end
end

function eventNewPlayer(n)
tfm.exec.respawnPlayer(n)
end

function eventPlayerRespawn(n)
tfm.exec.movePlayer(n, math.random(40, 760), 280)
end

function eventPlayerDied(n)
tfm.exec.respawnPlayer(n)
end

function eventPlayerWon(n)
tfm.exec.respawnPlayer(n)
end

function eventLoop()
notrandom = notrandom or ""
if os.time() - t >= math.random(5000, 60000) and notrandom:len() < 1 then
notrandom = kelimeler[math.random(#kelimeler)]
t = os.time()
end
if notrandom:len() > 0 then
yazi = yazi and yazi..notrandom:sub(1,1)
notrandom = notrandom:sub(2)
else
local h = harfler[math.random(#harfler)]
yazi = yazi and yazi..h or h
end
if yazi:len() > 110 then
yazi = yazi:sub(2)
end
ui.addTextArea(0, yazi, nil, 10, 30, 780, nil, 0, 1, 0.8)
end

function eventChatCommand(n, c)
for k, v in pairs(kelimeler) do
if yazi:find(c) and yazi:find(kelimeler[k]) then
if tfm.get.room.playerList[n].hasCheese then
tfm.exec.playerVictory(n)
tfm.exec.respawnPlayer(n)
eventPlayerRespawn(n)
end
tfm.exec.giveCheese(n)
yazi = yazi:gsub(v, "")
end
end
end

Guncelleme olursa buradan yazarim sanirim, sorunuz varsa sorabilirsiniz. Iyi eglenceler.
Grifaremice
« Citoyen »
1391174100000
    • Grifaremice#0000
    • Profil
    • Derniers messages
    • Tribu
#2
  0
Teşekkürler
Hotspotower
« Citoyen »
1391174520000
    • Hotspotower#0000
    • Profil
    • Derniers messages
    • Tribu
#3
  0
Harika. Teşekkürler.
Benbirkralm
« Citoyen »
1391174640000
    • Benbirkralm#0000
    • Profil
    • Derniers messages
    • Tribu
#4
  1
Güzel bir Script. Birkaç ayarı ile oynayıp bozmaya çalışacağım. Teşekkürler!
Gizemsudenaz
« Citoyen »
1391175900000
    • Gizemsudenaz#0000
    • Profil
    • Derniers messages
    • Tribu
#5
  0
güzel . olmuş
Blackmanb
« Citoyen »
1391208420000
    • Blackmanb#0000
    • Profil
    • Derniers messages
#6
  0
Kemal iznin olursa bu scriptı geliştirip, güzel bir oyun çıkartmak istiyorum. İznin varmı?
Kralbestem
1391785800000
    • Kralbestem#0000
    • Profil
    • Derniers messages
#7
[Modéré par Mellefromage, raison : Hastymice]
Keremece
« Citoyen »
1391789640000
    • Keremece#0000
    • Profil
    • Derniers messages
    • Tribu
#8
  0
Kralbestem a dit :
#FEB1FC &lt;CHR&gt; Değişik bir şey . Ama beğendim .

kli
Dagperisi
« Citoyen »
1393002480000
    • Dagperisi#0000
    • Profil
    • Derniers messages
    • Tribu
#9
  0
ben minioyunumda kullanıyorumda sorun olmaz dimi senin için sonra gelipte demesinler izin almadın çaldın kodu falan diye? kullanabilirim dimi?
Oyga
« Citoyen »
1393023180000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
Dagperisi a dit :
ben minioyunumda kullanıyorumda sorun olmaz dimi senin için sonra gelipte demesinler izin almadın çaldın kodu falan diye? kullanabilirim dimi?

"Ben yaptım" demediğin sürece birşey olmaz. Çünkü Kmlcan bunu biz kullanalım diye paylaşıyor.
Enomicefare
« Citoyen »
1393063800000
    • Enomicefare#0000
    • Profil
    • Derniers messages
    • Tribu
#11
  0
saçma olmuş !t !s harf yazıncada pey verio.
Oyga
« Citoyen »
1393064940000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#12
  1
Enomicefare a dit :
saçma olmuş !t !s harf yazıncada pey verio.

Farkındaysan,

Kmlcan a dit :
Yukarida bir textArea var, bu textArea'da her yarim saniyede bir harf cikiyor. Siz de kelime listesinden bir kelime gorunce !kelime yaziyorsunuz. Eger dogru bilirseniz kelime yukaridan siliniyor.

Bu şekilde doğru bilince peynir geliyor ve yuvaya giriyoruz. istemiyorsan o kodu silebilirsin.
Kaan
« Censeur »
1485422040000
    • Kaan#9142
    • Profil
    • Derniers messages
    • Tribu
#13
  0
Bisey aorcam da !kelime yazinca ne yazcaz yanına b aoylermisiniz
Sevgi
« Citoyen »
1520767560000
    • Sevgi#8303
    • Profil
    • Derniers messages
    • Tribu
#14
  0
Wingiex a dit :
Bisey aorcam da !kelime yazinca ne yazcaz yanına b aoylermisiniz

buldugun kelimeyi
Shelcuk
« Sénateur »
1520768160000
    • Shelcuk#0000
    • Profil
    • Derniers messages
    • Tribu
#15
  0
Teşekkürler :)
Burhan
« Consul »
1520772420000
    • Burhan#5299
    • Profil
    • Derniers messages
#16
  1
Güzelmiş.
Shelcuk
« Sénateur »
1521269100000
    • Shelcuk#0000
    • Profil
    • Derniers messages
    • Tribu
#17
  0
Aslında bu konuya kelime paketleri yapıla bilir ya. Sekmeler halinde transformice hakkında genel küftür filan filan diye.
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Kelime Bulmaca
© Atelier801 2018

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

Version 1.27