Script Requests |
Pmcarpan « Citoyen » 1384403940000
| 0 | ||
Kmlcan a dit : Down thingy as in down arrow(keycode 40)? Seems to work for me. Depends on what you're trying to do. sample code a dit : I used the code above, and it works for me. |
Safwanrockz « Censeur » 1384416120000
| 0 | ||
Pmcarpan a dit : Ah, so "press" is boolean, now I get it. |
Choompexx 1384434900000
| | ||
[Modéré par Ramenfrog, raison : Spam.] |
Empty 1384473960000
| | ||
[Modéré par Takumisyn, raison : Advertisement / Spam] |
Mertocinokl « Citoyen » 1384539900000
| 0 | ||
write !stats Repeating the player's statistics to come out ta ensure that popup? |
Shamousey « Consul » 1384540140000
| 0 | ||
Mertocinokl a dit : You can't get the player's stats through Lua. It's an intended feature but doesn't work. |
Mertocinokl « Citoyen » 1384540260000
| 0 | ||
okay . Thank you. |
Sandermr « Citoyen » 1384546920000
| 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 : . |
Pmcarpan « Citoyen » 1384590180000
| 0 | ||
Sandermr a dit : Well you could use something like an eventLoop configured to put answered==mice at a certain point. implement this in the code a dit : That should do it probably. |
Doneky « Citoyen » 1384637280000
| 0 | ||
a dit : Someone know if there's another form of do this that not occupy many lines? |
0 | ||
Doneky a dit : Use a lua minifier Lua minifier a dit : :) |
Doneky « Citoyen » 1384693320000
| 0 | ||
I want know a form that no occupy very space and lines. This form not change at nothing. ^ |
Safwanrockz « Censeur » 1384716780000
| 0 | ||
Doneky a dit : I'd help you if I understood what you want. |
Doneky « Citoyen » 1384718460000
| 0 | ||
Okay! There's the minigame minigame keyhunt and chessehunt, it has a base of go the a specific place (coordinate) and press the key 32 (space). My script has this, and is working right, but it occupy many lines and space (kbs), so I want know if there's other form of do this that not occupy space (kbs) and lines. a dit : |
Safwanrockz « Censeur » 1384718820000
| 0 | ||
Doneky a dit : Try using this lua minifier. |
Abdeltif « Citoyen » 1384878300000
| 0 | ||
Hello there , I need help ! I don't really understand this event : eventTextAreaCallback Can i get an example of it please ? |
Safwanrockz « Censeur » 1384879980000
| 0 | ||
Abdeltif a dit : Callback a dit : Clicking on the X in the specified text area removes the text area. |
Abdeltif « Citoyen » 1384880880000
| 0 | ||
Safwanrockz a dit : Does not work . |
Safwanrockz « Censeur » 1384881660000
| 0 | ||
Abdeltif a dit : Oh, sorry. Try this a dit : |
Abdeltif « Citoyen » 1384882260000
| 0 | ||
Safwanrockz a dit : Does not work either . |