29.08.2012, 16:40
It really depends on the amount of iterations in your loop and the stuff you do inside it. Do not place stuff under OnPlayerUpdate without any form of scheduling code. (only if you know what your doing). If you execute certain loops on a regular interval I'd say having multiple smaller loops is better because there'd be gaps in between where the server can do something else.