21.11.2010, 03:20
My goodness. That is CRAZY.
OnPlayerUpdate is called about 20 times a SECOND. You are saving to that file too often.
This could be set up on a timer to execute every 60 seconds and would still be too much.
You are saving roughly 1,200 times a minute!!!
OnPlayerUpdate is called about 20 times a SECOND. You are saving to that file too often.
This could be set up on a timer to execute every 60 seconds and would still be too much.
You are saving roughly 1,200 times a minute!!!

