What's better of these two?
#4

(A) Is better. I'm using the same method since I found it out on my own. Oh and also it's easier to find a specific code part in one timer rather than looking up until you find what you were looking for.

Code:
if(++stime%120==0) { 

} 
if(stime%1800==0) { 

}
Reply


Messages In This Thread
What's better of these two? - by StrikerZ - 03.10.2017, 12:52
Re: What's better of these two? - by DelK - 03.10.2017, 13:21
Re: What's better of these two? - by OneDay - 03.10.2017, 13:33
Re: What's better of these two? - by whadez - 03.10.2017, 13:35
Re: What's better of these two? - by whadez - 03.10.2017, 13:40
Re: What's better of these two? - by StrikerZ - 03.10.2017, 13:48
Re: What's better of these two? - by coool - 03.10.2017, 15:54
Re: What's better of these two? - by KaryM4Life - 21.10.2017, 18:15
Re: What's better of these two? - by jlalt - 21.10.2017, 18:18
Re: What's better of these two? - by KaryM4Life - 22.10.2017, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)