| |
| « Citoyen » 1530098520000
| 0 | ||
| can you make the player's name (above your mouse in the game) be invisible? |
| 0 | ||
Overjoy06 a dit : Impossible |
| « Citoyen » 1530179640000
| 0 | ||
| Can you make a script that when you click on the screen on the direction you clicked you will spawn a arrow straight but what if the arrow can kill you intantly? like when it hit you and also (can you make the ammo like 5? and let it never regenerate) |
| « Citoyen » 1530268560000
| 0 | ||
| how about you divided the people in the room into two teams, and then both teams will be seperated you know their spawns will be changed.. |
| « Citoyen » 1530342840000
| 0 | ||
| is it impossible? why wont anyone answer my questions, is my english too bad? |
| « Sénateur » 1530410160000
| 1 | ||
Overjoy06 a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 eventNewPlayer = function(n) I'll look for a better solution later. Change the speed 10 in the last line of the eventMouse function (in 10/d) Use AIE maps to kill w hits 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 local blue, red = {}, {} Code provided by Heniyengui Dernière modification le 1530410760000 |
| « Citoyen » 1530723480000
| 0 | ||
| ...... Dernière modification le 1531003020000 |
| « Sénateur » 1530724020000
| 0 | ||
Cocodear a dit : Hi! Go to your tribe house, type /lua and insert your code in the box. Press submit to run the code and check the chat #lua (that is opened automatically when you run a code) to look for errors or any messages, even the ones you send with the function print Dernière modification le 1530726120000 |
| « Censeur » 1530808920000
| 0 | ||
| Is there any posibility to make a script that will automaticly change the font of the chat? |
| « Sénateur » 1530809700000
| 0 | ||
Dagaker a dit : tfm.exec.chatMessage("<font size='size_here'>") Won't work if you are not a module member |
| « Citoyen » 1530862260000
| 0 | ||
| im not a map expert what is AIE maps? |
| 0 | ||
Overjoy06 a dit : AIE maps are maps that use the aie="" XML tag like so; Code Xml 1 2 3 4 5 6 7 8 <C> These maps will make the mice die from high falls and strong collision with any object. If you want to make an AIE map, you can just copy the XML I gave you and load it onto the map editeur. Dernière modification le 1530862800000 |
| « Citoyen » 1530862860000
| 0 | ||
| thanks, but the arrow shooting lua is like infinite.. can you make the ammo 5? then let the mices see how many ammo they have left also can you fix the angle? Dernière modification le 1530864360000 |
| 0 | ||
Overjoy06 a dit : my attempt at your request; 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 local arrows = {} Dernière modification le 1530864660000 |
| « Sénateur » 1530881820000
| 0 | ||
Overjoy06 a dit : https://atelier801.com/topic?f=6&t=487197 |
| « Citoyen » 1531001220000
| 0 | ||
| if i use the tutorial for ffa, and enable autosham, how do i make it so the shaman cant use ffa? |
| « Sénateur » 1531012500000
| 0 | ||
Ticktoxic a dit : Maybe you want to kill him? Put this code inside the eventNewGame Code Lua 1 2 3 4 5 6 for k, v in next, tfm.get.room.playerList do |
| « Citoyen » 1531051740000
| 0 | ||
| Does anyone have a script of or something similar to this https://atelier801.com/topic?f=6&t=646696 |
| « Citoyen » 1531484700000
| 0 | ||
| how do you make the blue team fly (they are vampires and also why cant i make the vampire fly? the recent vamped mices wont fly) --sorry for bad grammar :( |