Quote:
Originally Posted by SnoW
I'm doing a some kind of top. Something similiar to /top15.
#1 is to make the information to memory and #2 to read it again all the time when needed. There's no other options.
|
I got you wrong about the file reading. But there are more options. The list is:
You can read all the data to memory on map start.
You can read, on each player first join, his data and keep it in memory.
You can read the needed player data when the command is issued.
Still, I can be wrong because "some kind of top" is too vague
__________________