Blockland Forums > Modification Help
Key Press
Aware:
--- Quote from: cheese6 on December 13, 2011, 05:26:31 PM ---C = the slow down command, slow walk.
I am sure there is some serverCmd called.
because walk normally then hold down C.
Same in a vehicle.
--- End quote ---
Thats what I though, any idea what it is tho?
Uristqwerty:
Unfortunately, the only function called for that is walk(), which is merely the client side code that responds to the key press. I guess that, since it is related to movement, it has to respond too quickly (to feel responsive and fluid) to make a function call to the server before it takes effect.
Aware:
I'm just going to keep Right click.
Sence this is impossible mere serverside.