Author Topic: Calling a console code through script?  (Read 496 times)

function serverCmdReact(%client)
{
clientcmdtimescale("0.5");
}
function serverCmdStopReact(%client)
{
clientcmdtimescale("1")
}

No one has an idea what you're asking for.

I'm also going to go ahead and tell you that client timescale will slow down your client but nothing else. So using it to dodge bullets will give you the opposite effect.

Yeah, I know that, im not trying to do the server
Just tell me if it will work

It'll work if you're the server host and it's a non-dedicated server.