adri1489 Oct 3, 2017 @ 9:15pm
storeStats() not working?¿
StoreStats() not working correctly?¿
I'm having problems when I want to load the stats of a user. In the computer where I StoreStats I see the changes with GetStat in the moment that I StoreStats but in the computer where I'm loading the stats with:

SteamUserStats.RequestUserStats(id);

and after the callback

SteamUserStats.GetUserStat(id, "NumGames", out aux);

I only see the changes that the other user is doing when he closes the game. To upload the stats I'm using:

SteamUserStats.SetStat("NumGames", m_nTotalNumGames);
bSuccess = SteamUserStats.StoreStats();

and in Update:

SteamAPI.RunCallbacks();

However, when I reset stats like this I can see the changes in the two sides:

SteamUserStats.ResetAllStats(true);
bSuccess = SteamUserStats.StoreStats();

Help me please!!!

Something went wrong while displaying this content. Refresh

Error Reference: Community_9721151_
Loading CSS chunk 7561 failed.
(error: https://community.fastly.steamstatic.com/public/css/applications/community/communityawardsapp.css?contenthash=789dd1fbdb6c6b5c773d)
Showing 1-1 of 1 comments
wuddih Oct 3, 2017 @ 10:06pm 
https://steamworks.github.io/support/
if you are using that wrapper.
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Oct 3, 2017 @ 9:15pm
Posts: 1