Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How to programatically change timescale
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to programatically change timescale (Read 986 times)
Ipquarx
January 19, 2015, 07:20:09 PM
Now that clientCmdsetTimescale and AiConnection have both been removed, how do you change the timescale programatically for all clients? Preferably without a message.
Ad Bot
Advertisement
Greek2me
January 19, 2015, 07:59:40 PM
I sent Badspot a PM earlier today. I'll update if he responds.
I didn't see anything in the DSOs about it.
Ipquarx
January 19, 2015, 11:18:03 PM
Turns out the
serverCmdTimescale
just calls
setTimescale(float x)
with admin checks and sends a message. Problem solved.
Going to leave the topic open in case someone else has something to add.
Compy
January 19, 2015, 11:18:58 PM
Quote from: Greek2me on January 19, 2015, 07:59:40 PM
I didn't see anything in the DSOs about it.
allGameScripts.cs.dso. basically what ipq said
Greek2me
January 19, 2015, 11:25:10 PM
I'm still trying to find a way to set individual client timescales.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How to programatically change timescale