28.08.2010, 10:00
I'd go with the single one and looping through the players (foreach would be a good thing to look into if you havent).
Also may i ask what this timer does (no idea what your cow fs does lol...) ? Depending on what it does, you can simply use OnPlayerUpdate; This isnt ideal if the code needs to be ran even when a player is afk though. As long as you make sure your code isn't being executed EVERY update / you dont need to the code ran when players are afk, its fine to use :P.
Also may i ask what this timer does (no idea what your cow fs does lol...) ? Depending on what it does, you can simply use OnPlayerUpdate; This isnt ideal if the code needs to be ran even when a player is afk though. As long as you make sure your code isn't being executed EVERY update / you dont need to the code ran when players are afk, its fine to use :P.