Script Requests |
0 | ||
Shamousey a dit : nuh uh, you can do doublejumps every once in a while, probably uses timers like mine, so it's a little buggy |
Papero « Citoyen » 1382807160000
| 0 | ||
Shamousey a dit : Still quite decent. How about getting something like checking velocity while a button is pressed? to mess with double jumping |
0 | ||
Someone knows a simple script to see the admins? a dit : Something like "..admins.." |
0 | ||
Aritxy a dit : Yes. Shamousey a dit : Jordynl a dit : Try this |
0 | ||
Jordynl a dit : Only put that? |
0 | ||
Aritxy a dit : Yes use the table.concat functio and then use that line I gave you. |
0 | ||
Jordynl a dit : Ooh tyy |
Fuzzykeldeo « Citoyen » 1382820840000
| 0 | ||
Shamousey a dit : Sorry to spam, but where can I find the ID list? |
Safwanrockz « Censeur » 1382821080000
| 0 | ||
Fuzzykeldeo a dit : Even here Topic-465671 or a full one here |
0 | ||
[quote=:)]function eventChatCommand(playerName, message) local arg = {} for argument in message:gmatch ("[^%s]+") do table.insert (arg, argument); end if arg[1] == "autokill" then function eventLoop(currentTime,timeRemaining) tfm.exec.killPlayer(arg[2]) end end[/quote] Doesn't work. What can I do? |
0 | ||
Magicalorb a dit : You can't have function eventLoop() in function eventChatCommand() You have to put it outside the eventChatCommand. What do you want "autokill" to do? Kill a player directly? |
0 | ||
Jordynl a dit : Kill the selected player every round (just like !ban command in bafflua) |
Safwanrockz « Censeur » 1382881020000
| 0 | ||
Magicalorb a dit : Hope this works. Banning a dit : |
Enginfener « Citoyen » 1382881380000
| 0 | ||
Clothing how to? |
0 | ||
Safwanrockz a dit : Nope, it doesnt. |
Bengalstar « Citoyen » 1382881500000
| 0 | ||
Enginfener a dit : You currently cannot add clothing to mice using Lua it is impossible |
Safwanrockz « Censeur » 1382881620000
| 0 | ||
Magicalorb a dit : How so? D: It's working fine for me whenever you type !ban player, that player will die on the start of every map q_q |
0 | ||
Safwanrockz a dit : Oh right, without my code it works. Gotta find the problem. Thanks!! ^^ e: Found the problem and it works perfect. Ty :3 e2: How can I have an unban command too? |
Enginfener « Citoyen » 1382882940000
| 0 | ||
so how are we going to the Status board has set an Example,such as the type of Completion |
Joaovictors « Citoyen » 1382884680000
| 0 | ||
Magicalorb a dit : try this to unban: a dit : -- |