Jump to content
Sign in to follow this  
addicted

timer connected to time limit menu

Recommended Posts

Hello

Is that any possibility to connect custom timer with time limit chosing from parameters menu? In description I have this

class Params
{
class TimeLimit {
	title = "Time limit";
	values[] = {1000000, 30, 180, 900, 1200, 1500, 1800, 2700, 3600, 5400, 7200};
	texts[] = {"Unlimited", "30 sec", "3 min", "15 min", "20 min", "25 min", "30 min", "45 min", "60 min", "90 min", "120 min"};
	default = 3600;
	};

I have my custom timer and I need some command to set starting number in this timer as same as I chosen from parameters menu.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×