×

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ığı
« ‹ 182 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Oyga
« Citoyen »
1401114480000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#3621
  0
Tutekkro a dit :


Ama sadece 1 kere uçuluyor.

Ona göre ayarladım, tekrar bas butona. İstemiyorsan "fly=false" satırını sil.
Kuppiarda
« Citoyen »
1401114600000
    • Kuppiarda#0000
    • Profil
    • Derniers messages
    • Tribu
#3622
  0
Oyga a dit :


Butonun içinde fonksiyon olmadı ve olmaz.

Oluyor bende şuan
Oyga
« Citoyen »
1401114720000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#3623
  0
Nasıl bir kod?

if callback=="" then
funtion event()

Gibi mi?
Kuppiarda
« Citoyen »
1401114720000
    • Kuppiarda#0000
    • Profil
    • Derniers messages
    • Tribu
#3624
  0
a dit :

if callback=="komut" then
function eventMouse(playerName, x, y)
...
end
end

Gibi
Oyga
« Citoyen »
1401116760000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#3625
  0
Çalışmıyor ve çalışmaz. Öyle birşey yok.
Kuppiarda
« Citoyen »
1401117000000
    • Kuppiarda#0000
    • Profil
    • Derniers messages
    • Tribu
#3626
  0
Oyga a dit :
Çalışmıyor ve çalışmaz. Öyle birşey yok.

Çalışıyor inanmıyorsan team viewer bak varsa sende
Neonstrayzer
« Citoyen »
1401120720000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#3627
  0
VE SONUNDA YENİ API
Hasannj
« Citoyen »
1401120840000
    • Hasannj#0000
    • Profil
    • Derniers messages
#3628
  0
Ediz a dit :
jointDef = {
type = 0,
frequency = 10,
damping = 0.2,
line = 100,
color = 433453,
alpha = 0,
height = 100,
width = 100,
foreground = true,
dynamic = true}

tfm.exec.addPhysicObject(2, 300, 200, jointDef)
tfm.exec.addPhysicObject(4, 400, 200, jointDef)

tfm.exec.addJoint(1, 2, 4, jointDef)

Bu nedir?
Ediz
« Censeur »
1401120840000
    • Ediz#0095
    • Profil
    • Derniers messages
    • Tribu
#3629
  0
jointDef = {
type = 0,
frequency = 10,
damping = 0.2,
line = 100,
color = 433453,
alpha = 0,
height = 100,
width = 100,
foreground = true,
dynamic = true}

tfm.exec.addPhysicObject(2, 300, 200, jointDef)
tfm.exec.addPhysicObject(4, 400, 200, jointDef)

tfm.exec.addJoint(1, 2, 4, jointDef)
Enesxfbxpro
« Censeur »
1401121020000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#3630
  0
Neonstrayzer a dit :
VE SONUNDA YENİ API

Ne apısı

jointDef = {
type = 0,
frequency = 10,
damping = 0.2,
line = 100,
color = 433453,
alpha = 0,
height = 100,
width = 100,
foreground = true,
dynamic = true}

tfm.exec.addPhysicObject(2, 300, 200, jointDef)
tfm.exec.addPhysicObject(4, 400, 200, jointDef)

tfm.exec.addJoint(1, 2, 4, jointDef)

bune
Fatihmilano
« Citoyen »
1401121020000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#3631
  0
Ediz a dit :
jointDef = {
type = 0,
frequency = 10,
damping = 0.2,
line = 100,
color = 433453,
alpha = 0,
height = 100,
width = 100,
foreground = true,
dynamic = true}

tfm.exec.addPhysicObject(2, 300, 200, jointDef)
tfm.exec.addPhysicObject(4, 400, 200, jointDef)

tfm.exec.addJoint(1, 2, 4, jointDef)

Harika.
Hotspotower
« Citoyen »
1401121140000
    • Hotspotower#0000
    • Profil
    • Derniers messages
    • Tribu
#3632
  0
jointDef = {
type = 0,
frequency = 10,
damping = 0.2,
line = 100,
color = 433453,
alpha = 0,
height = 100,
width = 100,
foreground = true,
dynamic = true}

admins={Hotspotower=true}

for n,p in pairs(admins) do
system.bindMouse(n,true)
end

function eventMouse(n,x,y)
tfm.exec.addPhysicObject(1,x,y,jointDef)
end

Tıkladığınız yere ahşap zemin oluşturur. Ediz'e teşekkür ederim. (Admin kısmına kendi adınızı yazın.)
Kmlcan
« Citoyen »
1401121920000
    • Kmlcan#0000
    • Profil
    • Derniers messages
    • Tribu
#3633
  0
Tıkladığınız yere bir kutucuk.
a dit :
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAutoNewGame(true)
tfm.exec.newGame(0)
system.bindMouse("Kmlcan")

function eventMouse(n, x, y)
tfm.exec.addPhysicObject(1, x-40, y, {type=5, friction=0.3, height=100, width=20})
tfm.exec.addPhysicObject(2, x+40, y, {type=5, friction=0.3, height=100, width=20})
tfm.exec.addPhysicObject(3, x, y+40, {type=5, friction=0.3, height=20, width=100})
tfm.exec.addPhysicObject(4, x, y-40, {type=5, friction=0.3, height=20, width=100})
end

Bu yeni özellik benim çok işime yarayacak ^^
Fatihmilano
« Citoyen »
1401122040000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#3634
  0
Vay canina, harika seyler yaptim!
Oyga
« Citoyen »
1401122160000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#3635
  0
Tıkladığın yerde ki zemin silinebiliyor mu?
Neonstrayzer
« Citoyen »
1401122400000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#3636
  0
tfm.exec.addJoint ile şaman objeleri çivilenebiliyor mu?
Fatihmilano
« Citoyen »
1401122400000
    • Fatihmilano#0000
    • Profil
    • Derniers messages
    • Tribu
#3637
  0
Neonstrayzer a dit :
tfm.exec.addJoint ile şaman objeleri çivilenebiliyor mu?

Evet.
Enesxfbxpro
« Censeur »
1401123540000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#3638
  0
Bi şey anladıysam arap olayım
Emrevegolxd
« Citoyen »
1401124680000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#3639
  0
Zaten Arapsın :P
Enesxfbxpro
« Censeur »
1401125220000
    • Enesxfbxpro#0000
    • Profil
    • Derniers messages
    • Tribu
#3640
  0
Emrevegolxd a dit :
Zaten Arapsın :P

Aynaya bakarmısın
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 182 / 388 › »
© Atelier801 2018

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

Version 1.27