![]() |
![]() ![]() « Citoyen » 1386862440000
| 0 | ||
How to bindkeyboard twice? It doesnt work if i execute bindkeyboard twice. |
![]() ![]() « Consul » 1386863340000
| 0 | ||
You only need to bind each key once, what are you trying to accomplish for binding it twice? |
![]() ![]() « Censeur » 1386865920000
| 0 | ||
Aigyptus a dit : Use the for statement. a dit : ^Binds the 32 and 33 keys only for the specified player (you). |
![]() ![]() « Consul » 1386872280000
| 0 | ||
Shamousey a dit : Thank you^^ How to use it arguments a dit : into a dit : ? |
0 | ||
print out text into the window and randomly How do I did, but it gives error. |
![]() ![]() « Citoyen » 1386883800000
| 0 | ||
When somebody enters the room, the chat says "<username> has entered the party!" |
![]() ![]() « Censeur » 1386884580000
| 0 | ||
Bushmeister a dit : As far as I could understand.. a dit : Tutekkro a dit : I don't understand. :x Can you elaborate a bit? Fuzzykeldeo a dit : Bare in mind that you can't use tfm.exec.chatMessage, so you can replace it with ui.addTextArea. a dit : |
![]() ![]() « Citoyen » 1386887280000
| 0 | ||
I need something very small, basicly i need a LUA script that when someone types a command (Lets say !shaman) that it would make him shaman, I can understand the basic LUA but going to commands gives me some headaches. Thanks in advance. |
![]() ![]() « Consul » 1386917880000
| 0 | ||
Safwanrockz a dit : i'm sorry I meant my fail a dit : |
![]() ![]() « Citoyen » 1386924360000
| 0 | ||
Epiclolwut a dit : set shaman a dit : Bushmeister a dit : If you mean using the string:gmatch, then here is a code. You can submit shaman[space]Username to make someone shaman. Note that the first letter of Username must be caps. code a dit : |
![]() ![]() « Censeur » 1386925140000
| 0 | ||
Bushmeister a dit : Uhm, try this? a dit : |
![]() ![]() « Consul » 1386931800000
| 0 | ||
Pmcarpan a dit : Thank you ^^ Safwanrockz a dit : Thank you[2] :D |
![]() ![]() « Citoyen » 1386962520000
| 0 | ||
I want a script that changes mice speed and another one that changes the skills of all shamans. |
![]() ![]() « Citoyen » 1386975840000
| 0 | ||
Pmcarpan a dit : I wan't to thank you for the command but where does "p" stand for (found in "function eventChatCommand(p,msg)") |
![]() ![]() « Consul » 1386976740000
| 0 | ||
Shinymew a dit : Neither of these things are practically possible. You can move mice a little when they tap a direction key to give them a boost in one direction, but you can't make them move faster properly. You can disable skills altogether and recode some of them - double tapping for projection, holding down spawns particles and shoots you up in the air (similar to #derby), spawning multiple balls, etc. but not all are possible. Epiclolwut a dit : The first argument returned in eventChatCommand is always the player's name. |
![]() ![]() « Citoyen » 1386977880000
| 0 | ||
Shamousey a dit : Ah thank you, finnally this LUA API makes some sense for me :) |
![]() ![]() « Citoyen » 1386981960000
| 0 | ||
I need script for banned in home tribe. |
![]() ![]() « Consul » 1387016700000
| 0 | ||
Gygibecali a dit : old script... http://pastebin.com/mecLGr2j |
![]() ![]() « Citoyen » 1387033200000
| 0 | ||
a dit : When I do !input and whrite something it does not go to to string table I guess something is wrong HELP! |
![]() ![]() « Censeur » 1387034700000
| 0 | ||
The second argument of table.insert is the string/variable which you want to insert in the specified table. What are you trying to do anyway, though? |