| |
| « Sénateur » 1517458920000
| 0 | ||
Indika123 a dit : Use tfm.get.room.playerList Example: Code Lua 1 2 3 for name, data in next, tfm.get.room.playerList do |
| « Citoyen » 1517459040000
| 0 | ||
| Can anyone give me the list of modules with their script? please use the table to give the code and name please use that url bb code because I can't copy from lage on mobile so I want click on option Thanks a lot if you do it . :D |
| « Sénateur » 1517460540000
| 0 | ||
Hemant2002 a dit : The developers rarely share the code, but i have written a list in portuguese; Read it here, in the first spoiler |
| « Citoyen » 1517463600000
| 0 | ||
| There are 2 things . 1. That's in other Lang I can't read it I need the en version. 2. Actually I just wanted a list of modules (both official and unofficial) and minigames with their script in the manner of a table . Can you please make it for me. |
| « Sénateur » 1517497560000
| 1 | ||
Hemant2002 a dit : It's in another language but the names of the modules are there, man. ![]() ![]() You can search for the unofficial scripts, but you won't find any, or many, official scripts and I won't do that :/ |
| « Citoyen » 1517540100000
| 0 | ||
| I didnt need the name of games i needed scripts to learn and its hard to find so i thought u will do :/ |
| « Sénateur » 1517541540000
| 0 | ||
Hemant2002 a dit : Look the unofficial scripts. You can find them in this section. |
| « Citoyen » 1517545080000
| 0 | ||
Bolodefchoco a dit : I know where to find them but i need is that i cant copy link on mobile from this page so please make a table with name of module and the link to script. Please make it |
| 0 | ||
Indika123 a dit : The following returns a table with all the players in the room. 1 tfm.get.room.playerList You can loop through the table to get the list of all the players. 1 2 3 for player in pairs(tfm.get.room.playerList) do |
| « Consul » 1517930160000
| 0 | ||
Hemant2002 a dit : People can steal the codes. So they are not sharing them, if I were the dev, I would do that too. Dernière modification le 1517930280000 |
| « Censeur » 1518161700000
| 1 | ||
Hemant2002 a dit : I made a list of modules | Here | |
| « Sénateur » 1518730140000
| 0 | ||
| #SNIPER IS THE NEW SEMI-OFFICIAL MODULE! |
| « Censeur » 1519730280000
| 1 | ||
| how to play an emote automatically? |
| « Sénateur » 1519749960000
| 0 | ||
Indika123 a dit : tfm.exec.playEmote(name, emoteID) |
| « Censeur » 1520111400000
| 0 | ||
| When in the last 4 seconds the runtime is ~40ms, lua throws a warning: ![]() But when in the last 4 seconds the runtime is higher than 40ms, lua don't says anything. The code that i've used to test this: You must write something in the chat to crash the script. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 startTime = os.time() |
| « Citoyen » 1520186340000
| 0 | ||
Tocutoeltuco a dit : Yeah, that happened to me too. Sometimes it stops without even giving a warning. |
| « Citoyen » 1520650020000
| 0 | ||
| is it possible to display a particle effect on a loop? |
| « Citoyen » 1520650380000
| 0 | ||
| is it possible to let everyone do a emote? |
| « Sénateur » 1520650440000
| 0 | ||
Overjoy06 a dit : Code Lua 1 tfm.exec.playEmote(nil, emote_id)Overjoy06 a dit : yes, use eventLoop |
| « Citoyen » 1520662020000
| 0 | ||
| function eventPlayerGetCheese(playerName) function eventChatCommand(playerName, command) if message == "win" then tfm.exec.playerVictory(playerName) end end end Why won't it work? i tried fixing it but never works. |