| Blockland Forums > Modification Help |
| Tumble? |
| << < (3/4) > >> |
| Darksnow5601:
--- Quote from: Celtic Wolf on November 15, 2010, 06:00:11 PM ---A Twig has it. --- End quote --- And, he gave it to me. :cookieMonster: |
| Zoslis:
Stop with the Tumble On Death. The OP is asking for a keybinding, not the aforementioned addon. Rerail.... |
| Headcrab Zombie:
--- Quote from: Zoslis on November 16, 2010, 05:40:43 AM ---Rerail.... --- End quote --- Tumble is a server-side function, so you wouldn't be able to do it on any server You could make a slash command rather easily: --- Code: ---function serverCmdTumble(%client) { tumble(%client.player,5000); } --- End code --- |
| Mister Cheese:
--- Quote from: Darksnow5601 on November 15, 2010, 08:42:26 PM ---And, he gave it to me. :cookieMonster: --- End quote --- |
| MegaScientifical:
--- Quote from: tails on November 15, 2010, 06:11:37 PM ---Tumble mod is Banned --- End quote --- Off topic: How do you quote old messages for other topics? When I quoted Badspot's old post one time, I had to manually rebuild the quote. Is that what you did? Do you have it saved somewhere? --- Quote from: Headcrab Zombie on November 16, 2010, 01:44:35 PM ---Tumble is a server-side function, so you wouldn't be able to do it on any server You could make a slash command rather easily: --- Code: ---function serverCmdTumble(%client) { tumble(%client.player,5000); } --- End code --- --- End quote --- --- Code: ---function serverCmdTumble(%client) { %player = %client.player; if(!%player.tumbleStop) tumble(%player, 5000); cancel($tumbleCrap[%player]); %player.tumbleStop = 1; $tumbleCrap[%player] = schedule(10, eval, %player @ ".tumbleStop = 0;"); } --- End code --- Tried to make a working script, but that one is crap. Just want to protect from spamming tumbles. |
| Navigation |
| Message Index |
| Next page |
| Previous page |