05.03.2009, 11:06
Every timer is a new callback that's being called very frequently, I'd still suggest using OnPlayerDeath instead of a timer, as OnPlayerDeath is called ONLY when the player dies, not every second and with a loop that goes through all players.