| |
| « Citoyen » 1481958780000
| 0 | ||
boralamaya a dit : Since you can't print text in the chat box the only way to do this is using a textarea. Is not the same but it works. Code Lua 1 2 3 4 5 6 7 8 9 10 11 function eventNewGame() edit: you can also use a popup instead. Code Lua 1 ui.addPopup(0, 0, "<p align='center'>Bravo!</p>", name, 300, 300)Dernière modification le 1482072540000 |
| « Citoyen » 1482281580000
| 0 | ||
| Could anyone please write me a script so that an admin can have a command that gives a player -1 points in the list? And a command for skipping the current map (also for the admin)? Please please please :3 |
| « Citoyen » 1482283680000
| 0 | ||
Krymster a dit : 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 24 25 26 27 function isAdmin(name) |
| « Citoyen » 1482349980000
| 0 | ||
| make it shoot snowballs plz |
| « Consul » 1482495540000
| 0 | ||
| Hi, how can I make a textarea with more options to be text example:,,mice,, when I click on mice appear other two texts at the same time, thanks! |
| « Censeur » 1482751560000
| 0 | ||
| hello i want help how can i Conversion the mice to image by the cobe : tfm.add.image |
| « Citoyen » 1482975540000
| 0 | ||
| @Mmmm123 Module Documentation a dit : Ex. tfm.exec.addImage("000.png", "%Mmmm123", 0, 0, nil) *Note that this function can't be used in the tribe house. @Dramatotala Not sure what you're asking for, but this is the best I can say : In your text use "<a href='event:callBackName'> Text being clicked. </a>" to make the text clickable. Use the event eventTextAreaCallback(textAreaId, playerName, callBackName) for when the player clicks the text. In that event you can do whatever you want from there. Make it shoot snowballs. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 snowballs = {} |
| « Citoyen » 1483114920000
| 0 | ||
| Hey! I need something like #pokelua, where you can write a command to morph into a certain image (or 2 images for left and right). Anyone know how to do this? |
| « Citoyen » 1483144260000
| 0 | ||
Krymster a dit : You can't add images in tribe house |
| « Citoyen » 1483195920000
| 0 | ||
| We could like update the profiles. So like maybe change the colors of your main profile background add some extra stuff. ------------------------------------------------- Iamconz a dit : |
| 0 | ||
| i want Countdown script please |
| « Consul » 1483216380000
| 0 | ||
unlocker001 a dit : I hope it's working ^^ code Code Lua 1 2 3 4 5 6 7 8 9 function eventLoop() Dernière modification le 1483219080000 |
| 0 | ||
sebafrancuz a dit : show 0 add me on transformice and come ok Dernière modification le 1483218000000 |
| « Citoyen » 1483257180000
| 0 | ||
Laagaadoo a dit : Then why does pokelua work in tribehouse? How was it made anyway? |
| 0 | ||
Krymster a dit : Because it's a semi-official module, it's created by a lua member anyways and only lua members can add images in public module rooms only. Semi-official/official module have to use /module <modulename> to play them, so they can have images. Pokelua made by Jordynl. If you want to add images u have to contact a lua member to help u load the images and script, using the tfm.exec.addImage function(refer to the post above) and tfm.exec.removeImage(id). The id can be gotten by the return of tfm.exec.addImage, e.g. ImageID=tfm.exec.addImage("000.png", "%Mmmm123", 0, 0, nil) tfm.exec.removeImage(ImageID) Dernière modification le 1483269600000 |
| 0 | ||
| I want a guardian of room he can kick players who hack or insult .... Players can report with Report Nickname! When 3 players report the robot kick the player reported Pls give me the script |
| « Citoyen » 1483315740000
| 0 | ||
unlocker001 a dit : You can't kick out players using Lua. |
| « Citoyen » 1483331040000
| 0 | ||
| Hide peoples name tags? Also if i where to use a script how do i use it? Dernière modification le 1483331100000 |
| 0 | ||
Laagaadoo a dit : we can't use /invkick Nickname with lua ? |