×

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
  • /
  • Atelier 801
  • /
  • Announcements
  • /
  • Version 1.108: Modules and Tribehouses! *-*
« ‹ 11 / 18 › »
Version 1.108: Modules and Tribehouses! *-*
Archtuarek
« Citoyen »
1380368880000
    • Archtuarek#0000
    • Profil
    • Derniers messages
#201
  0
My old tribe bot is TRIBE LEADER !!!!!!!! AFF PLEASE FIX THIS PROBLEM :@
Tini
« Sénateur »
1380370140000
    • Tini#0015
    • Profil
    • Derniers messages
    • Tribu
#202
  0
Archtuarek a dit :
My old tribe bot is TRIBE LEADER !!!!!!!! AFF PLEASE FIX THIS PROBLEM :@

Bot - Las account or Old account :/

Omg, i love the Lua Documentation!
Great!
Novatotrans
« Citoyen »
1380373500000
    • Novatotrans#0000
    • Profil
    • Derniers messages
    • Tribu
#203
  0
Não posso mais criar meu minigame por causa desta regra de nunca ser banido por hack.Sinceramente esta atualização foi uma decepção.
Rodrigo
« Citoyen »
1380379260000
    • Rodrigo#5542
    • Profil
    • Derniers messages
    • Tribu
#204
  0
Novatotrans a dit :
Não posso mais criar meu minigame por causa desta regra de nunca ser banido por hack.Sinceramente esta atualização foi uma decepção.

Bem feito, quem mandou você tentar burlar o jogo e pagar de espertão?! Agora você sofre as consequencias, é assim que tem que ser.
Dqqk
« Citoyen »
1380385020000
    • Dqqk#0000
    • Profil
    • Derniers messages
    • Tribu
#205
  0
how to make a delay in lua?
Niunzin
« Citoyen »
1380385020000
    • Niunzin#0000
    • Profil
    • Derniers messages
    • Tribu
#206
  0
Novatotrans a dit :
Não posso mais criar meu minigame por causa desta regra de nunca ser banido por hack.Sinceramente esta atualização foi uma decepção.

Ban por hack não era nem para estar jogando, tinha que ser permanente de primeira!
Xanmeow
« Citoyen »
1380398940000
    • Xanmeow#0000
    • Profil
    • Derniers messages
    • Tribu
#207
  0
I like how you can run scripts in tribehouse but

I DONT UNDERSTAND LUA!!! *insert sad face* WAHHH!!!

P.S. If anyone has a sadface picture please bost it and i will add it :3
Kidxdeath
« Citoyen »
1380405840000
    • Kidxdeath#0000
    • Profil
    • Derniers messages
    • Tribu
#208
  0
HOW I DONT GET IT?????
Novatotrans
« Citoyen »
1380408540000
    • Novatotrans#0000
    • Profil
    • Derniers messages
    • Tribu
#209
  0
Cnpj a dit :
Bem feito, quem mandou você tentar burlar o jogo e pagar de espertão?! Agora você sofre as consequencias, é assim que tem que ser.

Ah não!Eu já posso sim!Sou dono de tribo!Toma na cara agora.
Deniscash
« Citoyen »
1380409080000
    • Deniscash#0000
    • Profil
    • Derniers messages
    • Tribu
#210
  0
need code lua for fly
Novatotrans
« Citoyen »
1380409200000
    • Novatotrans#0000
    • Profil
    • Derniers messages
    • Tribu
#211
  0
Deniscash a dit :
need code lua for fly

Press E to fly:

function eventNewPlayer(name)
for i,key in ipairs({83,40,69}) do
tfm.exec.bindKeyboard(name,key,true,true)
end
end

function eventKeyboard(name,key,down,x,y)
if key==83 or key==40 or key==69 then
tfm.exec.movePlayer(name,0,0,true,0,-50,true)
end
end

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
Kidxdeath
« Citoyen »
1380409680000
    • Kidxdeath#0000
    • Profil
    • Derniers messages
    • Tribu
#212
  0
need code for vampire
Novatotrans
« Citoyen »
1380410460000
    • Novatotrans#0000
    • Profil
    • Derniers messages
    • Tribu
#213
  0
Kidxdeath a dit :
need code for vampire

tfm.exec.setVampirePlayer("NICKNAME")
Deniscash
« Citoyen »
1380410580000
    • Deniscash#0000
    • Profil
    • Derniers messages
    • Tribu
#214
  0
Novatotrans a dit :
Press E to fly:

function eventNewPlayer(name)
for i,key in ipairs({83,40,69}) do
tfm.exec.bindKeyboard(name,key,true,true)
end
end

function eventKeyboard(name,key,down,x,y)
if key==83 or key==40 or key==69 then
tfm.exec.movePlayer(name,0,0,true,0,-50,true)
end
end

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end

exemple code for me please, and I create one grande erorr
Novatotrans
« Citoyen »
1380410700000
    • Novatotrans#0000
    • Profil
    • Derniers messages
    • Tribu
#215
  0
Deniscash a dit :
exemple code for me please, and I create one grande erorr

this code is the exemple '-'.Copy and Paste your code on the windows LUA.
Kidxdeath
« Citoyen »
1380411900000
    • Kidxdeath#0000
    • Profil
    • Derniers messages
    • Tribu
#216
  0
Yeah how do you made ur own lua script, give me the link
Deniscash
« Citoyen »
1380412140000
    • Deniscash#0000
    • Profil
    • Derniers messages
    • Tribu
#217
  0
Novatotrans a dit :
this code is the exemple '-'.Copy and Paste your code on the windows LUA.

Error, reverifico and exemple .
function eventNewPlayer("Deniscash")
tfm.exec.bindKeyboard("Deniscash,43,true,true")
etc.
Please exemple code for me
Roedorrapido
« Censeur »
1380416880000
    • Roedorrapido#0000
    • Profil
    • Derniers messages
#218
  0
Party *-*
\o/
Ncapistrano
« Citoyen »
1380424020000
    • Ncapistrano#0000
    • Profil
    • Derniers messages
#219
  0
Confusing :c
Kidxdeath
« Citoyen »
1380424320000
    • Kidxdeath#0000
    • Profil
    • Derniers messages
    • Tribu
#220
  0
IKR///
  • Forums
  • /
  • Atelier 801
  • /
  • Announcements
  • /
  • Version 1.108: Modules and Tribehouses! *-*
« ‹ 11 / 18 › »
© Atelier801 2018

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

Version 1.27