Script Requests |
0 | ||
Shamousey a dit : Atleast post the script you use right now smh |
Petrenrenpet « Citoyen » 1382575860000
| 0 | ||
How I make a sistem of words randomly...? [#mach]... ... |
Shamousey « Consul » 1382578260000
| 0 | ||
Mousechris a dit : This isn't the most effective way to do it ever, but it works like you requested. a dit : Petrenrenpet a dit : You can keep them in a table, then call them up using math.random. a dit : |
Petrenrenpet « Citoyen » 1382579040000
| 0 | ||
Ohhh thank! But... how i spawn two "ui.addPopup"? |
Shamousey « Consul » 1382579160000
| 0 | ||
Petrenrenpet a dit : Just make sure you use different IDs. |
Petrenrenpet « Citoyen » 1382579580000
| 0 | ||
Thank <3 |
Mousechris « Censeur » 1382590560000
| 0 | ||
a dit : I'm trying to add an ice plank to another key, how would I do this, and how do I place iceplank and icecubes as differant keys? |
Safwanrockz « Censeur » 1382612220000
| 0 | ||
Hmm, I don't think you can spawn an ice plank with lua - anyway, I haven't checked the full enums list. |
0 | ||
Shamousey a dit : Dublew Shaman a dit : I think this might work idk ok |
Doneky « Citoyen » 1382621400000
| 0 | ||
Please help me: a dit : It don't is working. |
0 | ||
Doneky a dit : tfm.exec.killPlayer(name) |
Doneky « Citoyen » 1382623740000
| 0 | ||
Issey a dit : The problem continue yet. The problem is that person no is being banned and don't die in next round. |
Shamousey « Consul » 1382623980000
| 0 | ||
Doneky a dit : There are several issues in this script, mainly you're trying to kill the key (a number) in the table and not the value (the player's name). Try finding out how to use tables, or for a simple fix change it to tfm.exec.killPlayer(player). |
Enginfener « Citoyen » 1382624460000
| 0 | ||
Statistics table is there. |
Shamousey « Consul » 1382624640000
| 0 | ||
Enginfener a dit : What do you mean by this? |
Nicknamepll « Citoyen » 1382628720000
| 0 | ||
How to made two jumps? Only two. |
Shamousey « Consul » 1382629080000
| 0 | ||
Nicknamepll a dit : You can't detect when someone hits the ground, so you can't make a double-jump very well. |
Nicknamepll « Citoyen » 1382629500000
| 0 | ||
Shamousey a dit : My point here is that if the two times I click the up arrow to jump mouse me twice not three not four but two |
Rigbylua « Citoyen » 1382630100000
| 0 | ||
fix please code a dit : . |
Shamousey « Consul » 1382630520000
| 0 | ||
Rigbylua a dit : You took this from page 14 of the Lua Snippets thread - my post got a bit messed up but I've fixed it now, go back there to get the right version. |