How would I make a client 'do' a client cmd? Like crouch(); for example.
Also: what's the cmd for client timescale?
crouch(1); Simple as that.
He's talking about a server having a client perform an action.
He never said that.
How would I make a client 'do' a client cmd? Like crouch(); for example.Also: what's the cmd for client timescale?Thanks!
You can call clientCmds on the server side with commandToClient(%client, 'CmdName', %arg1, %arg2,[... %argN]);
You can't make the client call crouch();
There is not a way to force a client to crouch that I have seen or heard of
to crouch in console type crouch(1); to stop crouching type crouch();to jump forever type jump(1); and to stop type jump();to only walk not run type walk(1); to run again type walk();