Game Development Community

Count down timer how to

by Roshan Kuriyan · in Technical Issues · 05/23/2006 (6:26 pm) · 2 replies

I want to set a count down timer , i tried changing $game::starttime =120 sec and subracted with the $sim ::time in the function oncliententerthegame(),but i didn't work.
any one have a solution for this.
thanks in advace.

#1
05/24/2006 (3:21 pm)
The racing starter kit that comes with the engine has this very function. If you own a lisence you can look there. (I'm not sure if I can post the code here)
#2
05/24/2006 (10:04 pm)
Thanks mike for the info.