Script Requests |
Safwanrockz « Censeur » 1383592800000
| 0 | ||
Fuzzfire a dit : It's not possible to control the map running with lua. Sandermr a dit : Didn't Issey already make a script for it? Or am I mistaken? :x |
Aanguson « Citoyen » 1383680100000
| 0 | ||
Could somebody write code that when a player wins a popup appears on 400x50. I would like to have written the player ... 'won'. a dit : =) |
Safwanrockz « Censeur » 1383681000000
| 0 | ||
Aanguson a dit : function eventPlayerWon(name) ui.addTextArea(0, name.."has won", nil, 400, 50) end |
Aanguson « Citoyen » 1383681120000
| 0 | ||
Safwanrockz a dit : I can still ask to be removed the after 5 seconds |
Bushmeister « Consul » 1383727740000
| 0 | ||
Aanguson a dit : script a dit : |
Guilherme « Citoyen » 1383778680000
| 0 | ||
repeating again: script a dit : As you can see in my script, a part is ready ... I needed you to do with the shaman could only freeze the mice if the mice had at a distance close to him, and he froze only one at a time. And not that crash. |
Marcussuhr « Citoyen » 1383838080000
| 0 | ||
Is it possible to get the shaman fly skill? Like the wings when you press up or w |
Shamousey « Consul » 1383844320000
| 0 | ||
Marcussuhr a dit : Nope. |
Splashclaweh « Citoyen » 1383873780000
| 0 | ||
A script for a ball spawn at the mouse hole every 7 seconds? And can the balls last 3 seconds long? :D |
0 | ||
Splashclaweh a dit : a dit : . |
Woebegone « Citoyen » 1383958260000
| 0 | ||
Wut abut Err.... Make everyone's nametags Rainbow? T_T |
0 | ||
Juliantwofan a dit : I don't think that's possible for the color.. |
0 | ||
Juliantwofan a dit : Do you mean rainbow names? Script a dit : This script changes the names in different colors |
Ninzyaa « Citoyen » 1384007160000
| 1 | ||
http://pastebin.com/7bUUaZWn How to make the heart could create only one person, such as I? |
Sandermr « Citoyen » 1384093260000
| 0 | ||
Hi, I made a script which asks a question to all mice in the room and checks how many mice answered yes, then does an action depending on how many mice answered yes (in this case, half or more). So it's working so far but I have a problem, if someone is afk or just not bothered to answer the question none of the actions are done because it waits for that afk to answer so what I need added to the script is a way that if someone doesn't answer in X amount of time their answer becomes nil or something like that. Script: a dit : . |
Woterek « Citoyen » 1384093440000
| 0 | ||
Ninzyaa a dit : system.bindMouse ("Ninzyaa", true); function eventMouse (playerName, mx, my) local size = 5; local x_position = mx; local y_position = my; for t=0,2*math.pi,0.1 do x=(16*math.sin(t)^3)*size + x_position y=(13*math.cos(t)-5*math.cos(2*t)-2*math.cos(3*t)-math.cos(4*t))*size y=-y + y_position tfm.exec.addShamanObject(0,x,y); end end |
Woebegone « Citoyen » 1384110540000
| 0 | ||
Magicalorb a dit : Uh help... It doesn't work.. |
Adorablebaby « Citoyen » 1384118400000
| 0 | ||
A script to soulmate and un-soulmate two people? And a command to make text into a bubble in the upper right corner? http://prntscr.com/23brf8 Aaand one that blocks one person's screen (or something else that makes them leave the room)? Yeah I have a lot of requests. :L |
Shamousey « Consul » 1384160760000
| 0 | ||
Adorablebaby a dit : This isn't possible. Adorablebaby a dit : Use ui.addTextArea(1,"Text") for this. Adorablebaby a dit : You can use a large text area for this (check the documentation to find out how to change the size of it to make it cover the whole screen). |
Ninzyaa « Citoyen » 1384187880000
| 0 | ||
Woterek a dit : Thank you very much!! |