Author Topic: Tumble Command in Console?  (Read 747 times)

Idk if there really is one.
but it would be epic if there were.lol Everyone would be tumbling! XD

there's probably a way to call the tumble from the skiis

findClientByName(name).player.tumble(3);

findClientByName(name).player.tumble(3);
Player::tumble is not a default function.

tumble(findClientByName("name"),time);

No edit, that should be:
tumble(findClientByName("name").player,time);

Does this work for players or is it an admin only thing? and heres how to change time scale.

Obviously open console then type in Clientcmdtimescale(number between 0.2 and 2.0);

dont forget the ; at the end

Does this work for players or is it an admin only thing? and heres how to change time scale.


Only host can work the server console. Players can still do clientside things, though, such as jet(1);

Player::tumble is not a default function.

tumble(findClientByName("name"),time);
ok