07.12.2012, 15:24
I think i have some problem with my code's timers..
SetTimer("SahipKontrol",3000,1);
SetTimer("SahipKontrol2",3000,1);
Second one is not working like first. I dont know how can i fix it but i though maybe there is some different way to run them in one line..
I mean SetTimer(''Sahipkontrol,Sahipkontrol2'',3000,1) example..
SetTimer("SahipKontrol",3000,1);
SetTimer("SahipKontrol2",3000,1);
Second one is not working like first. I dont know how can i fix it but i though maybe there is some different way to run them in one line..
I mean SetTimer(''Sahipkontrol,Sahipkontrol2'',3000,1) example..