04.11.2016, 07:52
It's okay to use OnPlayerUpdate... you need to stop being scared of using it. For this exact purpose however, OnPlayerUpdate would be fine to use but UNNECESSARY. Not to mention SetTimerEx in OnPlayerUpdate would most certainly bug things out and return unexpected results...
If I were you, I would start the timer when they spawn/come back from being AFK. Kill the timer when they die/disconnect/go afk.
If I were you, I would start the timer when they spawn/come back from being AFK. Kill the timer when they die/disconnect/go afk.