View Single Post
  #6  
Old 07-18-2016, 01:37 AM
Erikvdb Erikvdb is offline
Member
 
Join Date: May 2013
Posts: 63
Quote:
Originally Posted by tokola View Post
Yeap, I knew this.
However I've got schedulers and starttimer() events occurring randomly during playback, so it's really hard to address specific timers.
Just keep a list of active timers and start/stop them on pause
Schedulers may be a bit more tricky, but you could use some while loops to wait when the game is paused.
Reply With Quote