Posts: 198
Threads: 56
Joined: Aug 2009
Reputation:
0
Is having several timers and each one having a single decision statement better than having one time with several conditional statements?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Regardless of how you arrange it, they all take the same processing time. However, between the execution of different functions the server syncs the players. If you have one large function then syncing may be delayed, resulting in lag.