06.08.2011, 15:50
Do you think it's better to create 1 timer when the server loads (using SetTimer) and then loop through all players to save their stats or use SetTimerEx to create a timer each time they login?
So you mean it takes a lot of prepossessing power to have a timer running? Then your more then wrong. The thing that takes time to execute is the callback the timer is calling but a callback that are only ran for one player will take less time then one that loops true all connected players.