Lua Snippets |
0 | ||
Shamousey a dit : Wonderful news! :D |
Mymicemy « Citoyen » 1380275040000
| 0 | ||
Make one mouse fly? |
Xxninjazxx « Citoyen » 1380279540000
| 0 | ||
Can someone do: Make the shaman a vampire Make a selected amount of people a vampire |
Immagetcheez « Citoyen » 1380281340000
| 0 | ||
Aaaaaaaaaaah thank you I needed this so much Mymicemy a dit : function eventNewPlayer(name) tfm.exec.bindKeyboard(name,32,true,true) end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventKeyboard(name,key,down,x,y) if key==32 then tfm.exec.movePlayer(name,0,0,true,0,-50,false) end end |
Shamousey « Consul » 1380285420000
| 0 | ||
Xxninjazxx a dit : function eventNewGame() for name,player in pairs(tfm.get.room.playerList) do if player.isShaman then tfm.exec.setVampirePlayer(name) end end end |
Abdeltif « Citoyen » 1380287220000
| 0 | ||
Ban systeme I really need it for thoose sillies aww |
Mikuhl « Citoyen » 1380287340000
| 0 | ||
Abdeltif a dit : Theres nothing you could do with lua right now for banning. Theres no way to kick the player or prevent them from joining the room. |
Shamousey « Consul » 1380287700000
| 1 | ||
Abdeltif a dit : As Jaackster said, you can't really ban people (either kick them from the room or give them a mod-type ban. The closest you could do is kill them when they spawn, make sure they don't become shaman, stop them from using commands and other functionality, and occasionally ask them to leave (if you had chatMessage). |
Soetdoring « Citoyen » 1380288480000
| 0 | ||
It's a bit laggy; is this just me? |
Mikuhl « Citoyen » 1380288480000
| 0 | ||
Soetdoring a dit : Im pretty sure that Tribe Houses are lower on the priority list for the TFM servers than the regular rooms are. Tribe Houses has always been laggy, I believe. |
Championrs « Citoyen » 1380288480000
| 0 | ||
W Abdeltif a dit : Well, my method is to spam message the guy until he crash. However, thats wrong i guess. |
Taleyes « Citoyen » 1380288600000
| 0 | ||
help the thing for the name colors doesn't work [•] Init Error : For input string: "77BBAF" [•] [Taleyes] Lua script loaded in 1 ms (4000 max) and can you use multiple names with this? |
Baasbase « Citoyen » 1380288720000
| 0 | ||
Championrs a dit : And people like you are the reason why tig had to disable tfm.exec.chatMessage |
Abdeltif « Citoyen » 1380288720000
| 0 | ||
I like this update it's so cool :D |
Mikuhl « Citoyen » 1380288840000
| 0 | ||
Taleyes a dit : Make sure it still has the 0x tfm.exec.setNameColor("Taleyes", 0x77BBAF) And if you wanted to make everyones name this color just go to my 'make everyone ___' lua and replace what it does with that line of code. |
Noobzaii « Citoyen » 1380289380000
| 0 | ||
I got disconnected by "Activité Suspecte" everytime I try the flying. |
Championrs « Citoyen » 1380289380000
| 0 | ||
Noobzaii a dit : Then stop |
Mikuhl « Citoyen » 1380289500000
| 0 | ||
Championrs a dit : Its not bad, I dont think the Tribe Houses were made to have lua in them, so tig probably forgot about that. |
Championrs « Citoyen » 1380289620000
| 0 | ||
Jaackster a dit : Simply beacuse of the anti-hack tool tig has just like map 7? Aslo: [•] Init Error : transformice.lua:274: [string "transformice.lua"]:1: '=' expected |
Abdeltif « Citoyen » 1380289740000
| 0 | ||
Championrs a dit : Can u copy paste line 274 so we can see it please ? |