Posts: 49
Threads: 20
Joined: Feb 2008
Reputation:
0
hi ,
Question: For best stability, choice 1 : in the OnGameModeInit, 5 SetTimer of 1 second with loop( 50 lines each) or, choice 2, 1 SetTimer with loop of 1 second with +250 lines.
thank
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
well in my script i have like 9 timers with about 30 lines each. And it shows no affect on the server running.
Posts: 203
Threads: 1
Joined: Nov 2008
Reputation:
0
I don't see why you would want to add 5 timers for one function? Doing it in one timer would be better.
Posts: 49
Threads: 20
Joined: Feb 2008
Reputation:
0
just a example. but one settimer with loop all 1 sc with + 500 or 1000 lines. In 1 sc , the server can all to read? It's for that, i says, maybe divide the timer
Posts: 203
Threads: 1
Joined: Nov 2008
Reputation:
0
No it isnt good to divide the timer, having it all on one timer is better.