21.11.2010, 12:27
willsuckformoney, your code is VERY inefficient.
You should only save when a player does something that needs to be saved. Why would you save the SAME INFORMATION every 5 seconds? It's just utterly stupid.
On my server, we save kills and deaths, so the only time I need to worry is OnPlayerDeath. Why would I save the stat of kills/deaths on a timer? It only matters when a player dies.
You should only save when a player does something that needs to be saved. Why would you save the SAME INFORMATION every 5 seconds? It's just utterly stupid.
On my server, we save kills and deaths, so the only time I need to worry is OnPlayerDeath. Why would I save the stat of kills/deaths on a timer? It only matters when a player dies.

