Script Requests |
Bushmeister « Consul » 1381759080000
| 0 | ||
Shamousey a dit : Thanks ^-^ |
Fightcireis « Citoyen » 1381762260000
| 0 | ||
Can you give me the code for the countdown? From 1:53 up to 1:50, 3 .. 2 .. 1 .. go! |
0 | ||
Fightcireis a dit : Lua a dit : I think this'll work |
Bushmeister « Consul » 1381774560000
| 0 | ||
Is it possible to somehow increase the power of meep? |
Abdeltif « Citoyen » 1381774800000
| 0 | ||
Bushmeister a dit : No , i don't know how it's invreased in bafflua ! Ask shamousey :p |
Shamousey « Consul » 1381775100000
| 1 | ||
Bushmeister a dit : You can use tfm.exec.explosion() and time when a player presses space to keep it in time with the meep if you really want to do that. Abdeltif a dit : Bafflua doesn't change the power of meep at all. |
Bushmeister « Consul » 1381776600000
| 0 | ||
Shamousey a dit : But then the explosion also acts on the Shaman... and... Why worked is only the "low" eventLoop ()? How to fix it? |
Abdeltif « Citoyen » 1381776840000
| 0 | ||
Bushmeister a dit : There is an option name "boolean formice only" in the exploasion function Do "true" to make it for mice only . |
Bushmeister « Consul » 1381777140000
| 0 | ||
Abdeltif a dit : Okay, I'll try |
Shamousey « Consul » 1381777140000
| 0 | ||
The "miceOnly" boolean just means it won't affect shaman objects. It will still affect all mice/shamans. There's no way to stop it from working on a specific user. |
Abdeltif « Citoyen » 1381777740000
| 0 | ||
Shamousey a dit : Oh i didin't test it befor ... By the way check the bug that i reported in Prop hunt thread |
Utkubytr « Citoyen » 1381779540000
| 1 | ||
I'm working on a new minigame.It's #hack , i know it's really weird but i can describe it for you if i can.. i need a greetings popup message like this || || \/ Erdemsalihh a dit : i want to set hack settings in pop ups if i can but i don't know lua so much. Can anyone help me? warning : it isn't google translate , i use my weird english :( |
Livcorish « Citoyen » 1381780440000
| 0 | ||
Make someone fly in the tribe house, in the script could you input my name? Thanks in advance. Ciao. |
Wingcestor « Citoyen » 1381780560000
| 0 | ||
decorations that fly and run around. *-* |
0 | ||
Livcorish a dit : function eventNewPlayer(livcorish) tfm.exec.bindKeyboard(livcorish,32,true,true) end for livcorish,player in pairs(tfm.get.room.playerList) do eventNewPlayer(livcorish) end function eventKeyboard(livcorish,key,down,x,y) if key==32 then tfm.exec.movePlayer(livcorish,0,0,true,0,-50,false) end end Try that, press space to use it, hope it works. |
Doneky « Citoyen » 1381785960000
| 0 | ||
Somebody know a script that active meep and disable the meep with command? |
Mousechris « Censeur » 1381803240000
| 0 | ||
Mousechris a dit : still need help with this coding :/ does ANYONE know? |
Baasbase « Citoyen » 1381842300000
| 0 | ||
Mousechris a dit : instead of making a static variable (the one popup) you should make a table and iterate through it each time it should move. |
Birdybot « Citoyen » 1381851600000
| 0 | ||
How do you make a script where mice can spawn different objects. So they get given a different object each time. So One mice gets an sp and the other gets a cannon. Thanks. |
Sandermr « Citoyen » 1381857360000
| 0 | ||
Does anyone know what is wrong with my code? http://pastebin.com/vmUXYkmS Basically it's supposed to check if the room has more than 4 mice (which is working), if true than it should play ffa() if not then do nothing. But the problem is that it starts playing ffa but we can't spawn cannons. Any ideas? |