×

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ığı
« ‹ 224 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Horroy
« Citoyen »
1402420680000
    • Horroy#0000
    • Profil
    • Derniers messages
    • Tribu
#4461
  0
Becerileri yok eden bi kod varmı?
Emrevegolxd
« Citoyen »
1402420680000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4462
  0
Horroy a dit :
İşte admins tablosu olcak


admins={Enesxfbxpro}


gibii..

admins={Enesxfbxpro}

function isAdmin(name)
return(admins[name] or false)
end

Bu Olmasın Adminler İcin ?
Enesxfbxpro
« Censeur »
1402420980000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4463
  0
Emrevegolxd a dit :

admins={Enesxfbxpro}

function isAdmin(name)
return(admins[name] or false)
end

Bu Olmasın Adminler İcin ?

Admins ne alaka ya

1. kişi !help yazdı 2. kişide o helpi göremiyecek
Emrevegolxd
« Citoyen »
1402421100000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4464
  0
ya anlamıyorum 1 kişi .!help yazınca ondan baska kimse görmücekmi
Horroy
« Citoyen »
1402421100000
    • Horroy#0000
    • Profil
    • Derniers messages
    • Tribu
#4465
  0
Şimdivkabilede şöle bi hata var


diyelim ben !bla

yazdım

bütün odada görünüyor.

herkeze özel görünmeli fena bir hata!
Enesxfbxpro
« Censeur »
1402421220000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#4466
  0
Emrevegolxd a dit :
ya anlamıyorum 1 kişi .!help yazınca ondan baska kimse görmücekmi

evt
Dinorai
« Citoyen »
1402422360000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4467
  0
Bişe sorcam;

Birkişi odaya geldiğinde hoşgeldin "Nick" şeklinde nasıl yapabilirim

playerName yada ..playerName.. gibi bişeymi sadece bunu söleyin kod istemiyorum.
Emrevegolxd
« Citoyen »
1402422360000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#4468
  0
for i in pairs(tfm.get.room.playerList) do

Galiba Bu
Dinorai
« Citoyen »
1402422360000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4469
  0
Emrevegolxd a dit :

for i in pairs(tfm.get.room.playerList) do

Galiba Bu

hayır o oyuncu listesindeki kişiler yani herkez gibi birşey :)
Seih
« Citoyen »
1402423020000
    • Seih#0000
    • Profil
    • Derniers messages
    • Tribu
#4470
  0
Birisi rüzgar istemişti lua dan
a dit :

function eventLoop(currentTime, remainingTime)
tfm.exec.displayParticle(35, 100, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 100, 300,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 100, 100,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 100, 50,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 100, 400,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 100, 500,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 300, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 300, 300,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 300, 400,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 300, 500,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 300, 50,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 500, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 500, 100,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 800, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 800, 100,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 1200, 100,0,0,0, 0, NIL)
tfm.exec.displayParticle(26, 1200, 300,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 1250, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(35, 900, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(25, 1000, 200,0,0,0, 0, NIL)
tfm.exec.displayParticle(25, 1000, 40,0,0,0, 0, NIL)
tfm.exec.displayParticle(25, 100, 40,0,0,0, 0, NIL)
tfm.exec.displayParticle(25, 400, 50,0,0,0, 0, NIL)
tfm.exec.displayParticle(25, 600, 100,0,0,0, 0, NIL)
end

-Noktats
Dinorai
« Citoyen »
1402423380000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4471
  0
Seih a dit :
Birisi rüzgar istemişti lua dan

-Noktats

nokta hesabına neoldu ve şuna bi el atarmısın:

Dinorai a dit :
Bişe sorcam;

Birkişi odaya geldiğinde hoşgeldin "Nick" şeklinde nasıl yapabilirim

playerName yada ..playerName.. gibi bişeymi sadece bunu söleyin kod istemiyorum.

^
Seih
« Citoyen »
1402423680000
    • Seih#0000
    • Profil
    • Derniers messages
    • Tribu
#4472
  0
^
a dit :
function eventNewPlayer(playerName)
print("<VP>Sayın <J>"..playerName.." <VP>odaya girdi.")
end

a dit :

function eventPopupAnswer(popupId, playerName, answer)
print(" <CE>Merhaba <J>" ..playerName .. "<CE> Oyunumuza hoşgeldin"..answer.. "<CE> !")
end

ikisinide dene birisi oluçaktır.
Dinorai
« Citoyen »
1402423800000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4473
  0
Seih a dit :
^


ikisinide dene birisi oluçaktır.

saol ama hayla şunu anlamadım noktats hesabına neoldu??
Seih
« Citoyen »
1402424280000
    • Seih#0000
    • Profil
    • Derniers messages
    • Tribu
#4474
  0
Dinorai a dit :


saol ama hayla şunu anlamadım noktats hesabına neoldu??

kabile evi dolu oluyor birde bu hesap ile bana özel bir kabile evi var tüm kodlarım kabile evi subforumunda o yüzden arada buna takyıorum
Dinorai
« Citoyen »
1402424700000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4475
  0
Seih a dit :

kabile evi dolu oluyor birde bu hesap ile bana özel bir kabile evi var tüm kodlarım kabile evi subforumunda o yüzden arada buna takyıorum

anladım -_-

edit: system.bindMouse("Dinorai")

function eventMouse(n, x, y)
tfm.exec.addPhysicObject(9, x-40, y, {type=12, friction=0.6, height=80, width=60})
tfm.exec.addPhysicObject(2, x+40, y, {type=12, friction=0.6, height=80, width=70})
tfm.exec.addPhysicObject(3, x, y+40, {type=12, friction=0.6, height=30, width=30})
tfm.exec.addPhysicObject(4, x, y-40, {type=12, friction=0.6, height=70, width=30})
end

çok saçma oldu ama :) (renkli zemine renk koymadım)
bir farenin üzerine tıklayınca hareketsiz kalır(fare imlecinizi tam üstüne koyun)
Farewwq
« Citoyen »
1402427340000
    • Farewwq#0000
    • Profil
    • Derniers messages
#4476
  0
ffa drag atma kodunu verebillirmisiniz acil ?
Kmlcan
« Citoyen »
1402427340000
    • Kmlcan#0000
    • Profil
    • Derniers messages
    • Tribu
#4477
  0
tfm.exec.FFADragAt(isim) veya /module deathmatch

Not: FFA Race daha iyi bence, öyle diyorlar. Onu aç. /module ffarace
Dinorai
« Citoyen »
1402427520000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4478
  0
Kmlcan a dit :
tfm.exec.FFADragAt(isim) veya /module deathmatch

Not: FFA Race daha iyi bence, öyle diyorlar. Onu aç. /module ffarace

kemal bişe sorcam bunda ne yaptımki ben init error veriyo

tfm.exec.chatMessage=print

function eventNewPlayer(n)
tfm.exec.chatMessage(" <CE>Merhaba <J>" ..playerName .. "<CE> Oyunumuza hoşgeldin"..answer.. "<CE> !")
end

for n,p in pairs(tfm.get.room.playerList) do
eventNewPlayer(n)
end
Hotspotower
« Citoyen »
1402427760000
    • Hotspotower#0000
    • Profil
    • Derniers messages
    • Tribu
#4479
  0
Dinorai a dit :


kemal bişe sorcam bunda ne yaptımki ben init error veriyo

tfm.exec.chatMessage=print

function eventNewPlayer(n)
tfm.exec.chatMessage(" &lt;CE&gt;Merhaba &lt;J&gt;" ..playerName .. "&lt;CE&gt; Oyunumuza hoşgeldin"..answer.. "&lt;CE&gt; !")
end

for n,p in pairs(tfm.get.room.playerList) do
eventNewPlayer(n)
end

eventNewPlayer fonksiyonundaki parametre ile olayda kullanılanlar aynı değil.
Dinorai
« Citoyen »
1402427760000
    • Dinorai#0000
    • Profil
    • Derniers messages
#4480
  0
Hotspotower a dit :


eventNewPlayer fonksiyonundaki parametre ile olayda kullanılanlar aynı değil.

nasıl düzeltçem
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 224 / 388 › »
© Atelier801 2018

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

Version 1.27