View Single Post
lazarev
Veteran Member
Join Date: Sep 2008
Old 04-19-2010 , 01:12   Re: [KZ] Simple Timer
Reply With Quote #5

gj, but there are more timers:
PHP Code:
new const szStarts[][] =
{
    
"counter_start""clockstartbutton""firsttimerelay""gogogo""but_start""counter_start_button",
    
"multi_start""timer_startbutton""start_timer_emi"
};

new const 
szStops[][] =
{
    
"counter_off""clockstopbutton""clockstop""stop_counter""but_stop""counter_stop_button",
    
"multi_stop""m_counter_end_emi"
}; 

Last edited by lazarev; 04-19-2010 at 01:14.
lazarev is offline