Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Calling a console code through script?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Calling a console code through script? (Read 496 times)
Red Quark
August 26, 2012, 03:56:59 PM
function serverCmdReact(%client)
{
clientcmdtimescale("0.5");
}
function serverCmdStopReact(%client)
{
clientcmdtimescale("1")
}
Ad Bot
Advertisement
Kalphiter
August 26, 2012, 03:58:53 PM
No one has an idea what you're asking for.
Doomonkey
August 26, 2012, 03:59:43 PM
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.
Red Quark
August 26, 2012, 04:00:37 PM
Yeah, I know that, im not trying to do the server
Just tell me if it will work
TripNick
August 26, 2012, 04:02:22 PM
It'll work if you're the server host and it's a non-dedicated server.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Calling a console code through script?