Module API FAQ |
0 | ||
Baasbase a dit : Yes, objects \o/ Thank you! e: is it only me or lua doesnt work anymore? |
0 | ||
It works but it loads really slow. D: |
Alishakouri « Citoyen » 1380284880000
| 0 | ||
not for me . is it possible to spawn no - named or named npc mices in tribe house ? |
Shamousey « Consul » 1380284880000
| 0 | ||
Alishakouri a dit : This isn't possible, but Tig may add it in the future! |
Varuscristal « Citoyen » 1380293460000
| 0 | ||
eventSummoningStart(String playerName, Int objectType, Int xPosition, Int yPosition, Int angle) can make someone an example of this code? |
Shamousey « Consul » 1380293760000
| 0 | ||
function eventSummoningStart(name,object,x,y,angle) print(name.." is spawning an object at X:"..x.." Y:"..y) end Then try to spawn an object. |
Tailtong « Citoyen » 1380293880000
| 0 | ||
shamo please help i tried to create a popup, it worked but the close button is called Clos instead of Close how do i make the popup wider |
Fluffyshine « Citoyen » 1380295020000
| 0 | ||
Why can’t we use chatMessage? Q.Q |
Hophipmice « Citoyen » 1380295020000
| 0 | ||
Fluffyshine a dit : It's so nobody can abuse it. |
Baasbase « Citoyen » 1380298080000
| 0 | ||
Fluffyshine a dit : chatMessage is disabled for a couple of reasons a) You are able to crash people by spamming messages b) You are able to impersonate mod messages c) You are able to send fake whispers, thus impersonating other players as well |
Shamousey « Consul » 1380298200000
| 0 | ||
d) You are able to ruin people's chat by making it all bold, really big/small, making it all disappear, etc. |
Ethanrockz « Citoyen » 1380300360000
| 0 | ||
function eventChatCommand(playerName,command) if command=="help" then tfm.exec.chatMessage("<J>Here's some help for you!",playerName) end end Made a tiem command to restart time^ im so proud of myself |
Abdeltif « Citoyen » 1380300660000
| 0 | ||
Eh , a dit : It don't run P10 maps ^ :( |
Fluffyshine « Citoyen » 1380300780000
| 0 | ||
Abdeltif a dit : try tfm.exec.newGame("#10") |
Abdeltif « Citoyen » 1380300900000
| 0 | ||
Fluffyshine a dit : nope |
Shamousey « Consul » 1380300900000
| 0 | ||
Loading specific perms using #10 for example doesn't work in tribe houses. |
Abdeltif « Citoyen » 1380301020000
| 0 | ||
Shamousey a dit : U.U There is no way you mean ? ._. |
Hophipmice « Citoyen » 1380301260000
| 0 | ||
Shamousey a dit : It's not also possible to load a specific map through tfm.exec.newGame |
Ethanrockz « Citoyen » 1380301260000
| 0 | ||
How do I make a Fly command? |
Mikuhl « Citoyen » 1380301440000
| 0 | ||
|