Author Topic: Silently change timescale?  (Read 721 times)

I've searched up this topic here: http://forum.blockland.us/index.php?topic=201462.0

but it says that setTimeScale does not work correctly. Is this true or not, and if it is, what do I use to change the timescale without sending a message?
« Last Edit: July 19, 2013, 03:30:48 PM by Ipquarx »


I believe setTimeScale() works and you can call commandToAll('TimeScale',#); to set the clients' timescales.

I believe the variable is $timeScale and you can call commandToClient(%client, 'setTimeScale',#); to set the clients' timescales.
so I have to set the variable then loop through all clients and do the commandtoclient?

Try setTimeScale(2);commandToAll('timescale',2);

Try setTimeScale(2);commandToAll('timescale',2);
This makes everyone's movements choppy. The setTimeScale function doesnt seem to be doing anything.

This makes everyone's movements choppy. The setTimeScale function doesnt seem to be doing anything.
Try hosting a listen server and calling setTimeScale(2);