×

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
  • /
  • Archives
  • /
  • Module API FAQ
« ‹ 7 / 38 › »
Module API FAQ
Stilart
« Citoyen »
1377502440000
    • Stilart#0000
    • Profil
    • Derniers messages
#121
  0
and wanted and elefant
Shamousey
« Consul »
1377504120000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#122
  0
Cadencecool a dit :
May i need some help??
Wanted to make a Minigame ..

Sure, what do you need help with?
Drgenius
« Citoyen »
1377505140000
    • Drgenius#0000
    • Profil
    • Derniers messages
    • Tribu
#123
  0
Shamo, I know you don't run the kikoo.formice.com website, but I thought I'd let you know since obviously you have a thread containing large sections about it; the website has been down for quite a while. I'm not sure what happened, if it's a technical issue, or if they just stopped running the site for a reason. In any case, I thought I'd let you know.
Jordy
« Consul »
1377505740000
    • Jordy#0015
    • Profil
    • Derniers messages
    • Tribu
#124
  0
I personally think that the owner of the server that is hosting the website forgot to pay his server, So its maybe suspended now till he pay it.
Fxie
« Citoyen »
1377506040000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#125
  0
I kinda use it a hell of a lot for Lua purposes and this is frustrating for me too

Good thing I memorised most things I need
Shamousey
« Consul »
1377521880000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#126
  0
The server it's running on was down, but it's back up again now!
Xxninjazxx
« Citoyen »
1377534060000
    • Xxninjazxx#0000
    • Profil
    • Derniers messages
#127
  0
I was trying to use the lua for beginners tutorial but it's been down for awhile >:(
Leafileaf
« Citoyen »
1377607380000
    • Leafileaf#0000
    • Profil
    • Derniers messages
    • Tribu
#128
  0
OMG Finally the kikoo.formice.com is back. Now I can look at the styling colour codes ^^

P.S..... Removed on request.
Tommhawk
« Citoyen »
1377993420000
    • Tommhawk#0000
    • Profil
    • Derniers messages
#129
  0
Eh,I gave this a try and attempted to make a !Say message command but didn't quite complete the part to where the server says what they typed in "Message" so can you help?
[quote=!Say Message Command]
function eventChatCommand(playerName,command)
if command=="say" then
tfm.exec.chatMessage(playerName)
end
end
function chatMessage(playerName,command)
tfm.exec.chatMessage("<ROSE>")
end
end[/quote]
I'm pretty sure I have lots of mistakes so can you correct them too? I'm new to Lua \o
Shamousey
« Consul »
1377993960000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#130
  0
"chatMessage" isn't a function you're calling up anywhere so it's fairly useless, and you have two ends in it while there's only one thing to end. The eventChatCommand you have will just return the user's name when they type "!say" into the chat.

Hopefully this will help.

a dit :
function eventChatCommand(name,command)
tfm.exec.chatMessage("&lt;ROSE&gt;["..name.."] "..command)
end

http://i.imgur.com/HyspR8z.png
If you want to have a command such as "!say [something]", you'll need to find out how to get the first space in the command (try looking at string.sub and string.find).
Zyx
« Censeur »
1377996660000
    • Zyx#8690
    • Profil
    • Derniers messages
#131
  0
The Module API seems complicated.. I don't even know how it works.
Mikuhl
« Citoyen »
1378137720000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#132
  0
Holy cow new LUA update so fun!
Ooochocolate
« Citoyen »
1378209360000
    • Ooochocolate#0000
    • Profil
    • Derniers messages
    • Tribu
#133
  0
http://prntscr.com/1p37dw

:o
Kevinfarrel
« Citoyen »
1378210680000
    • Kevinfarrel#0000
    • Profil
    • Derniers messages
    • Tribu
#134
  0
Tried creating a minigame and just made me dizzy o\/o . I will try and try.
Bigcrushes
« Citoyen »
1378211280000
    • Bigcrushes#0000
    • Profil
    • Derniers messages
    • Tribu
#135
  0
i cant understand lua e.e someone help!
Kevinfarrel
« Citoyen »
1378211580000
    • Kevinfarrel#0000
    • Profil
    • Derniers messages
    • Tribu
#136
  0
Bigcrushes a dit :
i cant understand lua e.e someone help!

Look it up, learn a bit of lua. Then come here and not write a whole scripit by yourself by write some and copy some. >.> and look at the enmus and stuff like that.
Sandermr
1378221900000
    • Sandermr#0000
    • Profil
    • Derniers messages
    • Tribu
#137
[Modéré par Ramenfrog, raison : Spam.]
Zyx
« Censeur »
1378226940000
    • Zyx#8690
    • Profil
    • Derniers messages
#138
  0
Bigcrushes a dit :
i cant understand lua e.e someone help!

Same here.
Mikuhl
« Citoyen »
1378254420000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#139
  0
Swirlfire a dit :
Same here.

kikoo.formice.com/doku.php?id=module_api_documentation
Bigcrushes
« Citoyen »
1378287960000
    • Bigcrushes#0000
    • Profil
    • Derniers messages
    • Tribu
#140
  0
i attempted it and made some progress..can u pls implement lua in tribe house? i wanna see if my code works so i can edit it cuz its bound to fail. help me look thru it D:
http://pastebin.com/ZmVVumfx
  • Forums
  • /
  • Transformice
  • /
  • Archives
  • /
  • Module API FAQ
« ‹ 7 / 38 › »
© Atelier801 2018

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

Version 1.27