View Single Post
C00ller
Junior Member
Join Date: Sep 2007
Old 01-02-2015 , 02:59   Re: Fix SteamIDs for the new update
Reply With Quote #40

Quote:
Originally Posted by sadam_unike View Post
Hello!

the players continue to appear two times in the Hlstasx page.

Best Regards

Assuming you prefer old SteamIDs, you should get rid of player records stored with new SteamIDs meanwhile, by query like this:

Code:
DELETE FROM hlstats_PlayerUniqueIds WHERE INSTR(uniqueId, 'U') > 0
And, of course, use Sourcemod snapshot 4558 or newer (to utilize old SteamIDs)

Last edited by C00ller; 01-02-2015 at 03:05.
C00ller is offline