Module API FAQ |
Tailtong « Citoyen » 1380473820000
| 0 | ||
Bengalstar a dit : go to another room for 1-2 mins and then go back to th and reload |
Bengalstar « Citoyen » 1380474060000
| 0 | ||
Tailtong a dit : ok ty tail still won't work |
Shamousey « Consul » 1380478800000
| 0 | ||
Aritxy a dit : No, you can't. Bengalstar a dit : Have you ever been banned for hacking? |
Manacer « Citoyen » 1380478920000
| 0 | ||
Shamousey help me please my code : http://pastebin.com/UB9g5LyS Can you add a command in my script : - !fly : to fly - And the help command with two page Thank pro ! <3 |
0 | ||
How do you change your name color if you can't do it since the new tribe member name color has come? |
Nezemaaa « Citoyen » 1380640740000
| 0 | ||
Helpfull. Thanks |
Shamousey « Consul » 1380644040000
| 0 | ||
Tigrounette seems to have added something new to the tfm.exec package today relating to shaman skills. It only has one argument, true or false. The API is now on version 0.12. a dit : |
Shinark « Citoyen » 1380644700000
| 0 | ||
Shamousey a dit : We'll soon be able to disable shaman skills. |
Shamousey « Consul » 1380644940000
| 0 | ||
Shinark a dit : You already could using setShaman, but disableAllShamanSkills is already ingame. |
Thewav « Citoyen » 1380645600000
| 0 | ||
Shinark a dit : A way to fisable skilss http://pastebin.com/XAxKXfkb |
Shamousey « Consul » 1380646500000
| 0 | ||
Thewav a dit : Or just use tfm.exec.disableAllShamanSkills(true) |
Ethanrockz « Citoyen » 1380736380000
| 0 | ||
RIP MODULE API replaced with tribe hoyse lua snippets. |
Shamousey « Consul » 1380736380000
| 0 | ||
Ethanrockz a dit : What you can use inside the tribe house is still the Module API. |
Ethanrockz « Citoyen » 1380737100000
| 0 | ||
yes but people hardly use this thread so rip module api thread. |
Nathaan « Citoyen » 1380965460000
| 0 | ||
Please need help : How to make commands only autorised for "admins" ? Admins content : {"Nathaan"}, {"Manacer"}, {"Nicolasledu"} I know for a simple variable (test = "Username") but not for the {"Blabla"}... |
Streamr « Citoyen » 1380966480000
| 0 | ||
Nathaan a dit : What about something like: admins = {} function eventChatCommand(playerName, message) isAdmin = false for i, name in ipairs(admins), do if name == playerName isAdmin = true end if isAdmin then --parse command here end end |
0 | ||
Nathaan a dit : Try this. Makinit a dit : |
Streamr « Citoyen » 1380966780000
| 0 | ||
Jordynl a dit : Welp. That was easier |
Impuredeath « Citoyen » 1380980220000
| 0 | ||
I must say the lua coding developement part is really a lot of fun. |
Abdeltif « Citoyen » 1380980220000
| 0 | ||
Impuredeath a dit : Yay cool impure but it's boring ._. |