Script Requests |
Safwanrockz « Censeur » 1382989440000
| 0 | ||
Doneky a dit : I only thought of the table.concat function, there might be an easier one though. a dit : |
Irishcow « Citoyen » 1382990700000
| 0 | ||
I would appreciate if somebody could create a script disabling a certain person from using commands :p - Also, being a little greedy, is it possible to create a script which will tell you all of the commands of the script that a friend is using? For example, if a friend could kill you with a certain command that you didn't know, you could run a script that will list all of the commands available for use. |
Hophipmice « Citoyen » 1382991060000
| 0 | ||
a dit : I'd like to know how can we make it that you can only summon one per second. |
Tailtong « Citoyen » 1382991180000
| 0 | ||
Irishcow a dit : function eventChatCommand(p,c) print("<V>["..p.."] <N>"..c) end Is what I use. |
Shamousey « Consul » 1382991480000
| 0 | ||
Irishcow a dit : You can disable them from using commands just like the admin scripts that're floating around. banned={Tailtong=true} function eventChatCommand(name,command) if not banned[name] then --Commands go here end end Irishcow a dit : I'm not sure if I understand you correctly, but you want to find out all of the commands in someone elses script? As you run a script, the other one is terminated - there's no way to find out by running your own script. |
Safwanrockz « Censeur » 1382991480000
| 0 | ||
Irishcow a dit : Just change the values in the isBanned table to any player you wouldn't like to use your commands, I also added the command !cheese as an example. a dit : ~ Hophipmice a dit : Try this~ a dit : |
Doneky « Citoyen » 1382991600000
| 0 | ||
Safwanrockz a dit : Thanks. |
Irishcow « Citoyen » 1382991720000
| 0 | ||
Thanks guys Shamousey a dit : Silly me didn't realize the specific person just kept running his script after I terminated it. |
Guilherme « Citoyen » 1382994900000
| 0 | ||
Jordynl a dit : I do not know if you got it ... lol Wanted a script in which the shaman could freeze the mice using the space bar, but he could only freeze if were near the mice. :P |
0 | ||
Guiprezotto a dit : That's now what you said here. :P Guiprezotto a dit : Miss-understand. :/ |
Guilherme « Citoyen » 1382995680000
| 0 | ||
Jordynl a dit : I tested it and the shaman can not freeze ... : \ Faill xD |
0 | ||
Guiprezotto a dit : I'l try to write it asap. I probably need some sleep first. (Haven't been able to sleep for weeks now) |
Guilherme « Citoyen » 1382996040000
| 0 | ||
Jordynl a dit : Okay, Thanks :3 |
0 | ||
Jordynl a dit : I hope that this works. I had no friends to test it. ;; a dit : If not you know where to find me. :P |
Guilherme « Citoyen » 1383073020000
| 0 | ||
jordynl a dit : Will test ... :P @edit: Woooow!!!Your pr0 Thanks :3 I will to get crédits. :P |
Tranna « Citoyen » 1383078240000
| 0 | ||
To be able to fly with the spacebar? |
0 | ||
Tranna a dit : a dit : Here you go. |
Tranna « Citoyen » 1383083880000
| 0 | ||
Thank you c: |
Woebegone « Citoyen » 1383093720000
| 0 | ||
What about playing Tic Tac Toe? <3 |
Makinit « Citoyen » 1383128280000
| 0 | ||
|