Quote:
Originally Posted by purple_pixie
No.
Use SQL or a better vault format.
|
Do you mean use a different stats method that uses SQL? Like Psychostats3
As it is, I have no problem extracting the authid and time from the vault entry and putting them into separate strings (authid, time). It's just reading the players stats that I am having a problem with since get_stats uses an index and not a steamID for retrieval.
Edit: I am basically looping through the vault entries and extracting the steamID and time into separate strings. That part is done. I then want to take the steamID and get the users stats and name so I can use that data for the remainder of the plugin.
__________________