Jump to content
McKay Development

After Steam update, don't work function gamesPlayed?


Recommended Posts

Hello,

 

I don't know where is the problem, but after 30 March day stopped working function gamesPlayed.

 

Steam update: http://blog.counter-strike.net/index.php/2018/03/20308/

 

I made the latest updates via: npm update ; npm update express.

 

Here is the simple code for status:

client.on('loggedOn', () => {
    console.log('BOT is Online.');
    client.setPersona(SteamUser.Steam.EPersonaState.Online);
    client.gamesPlayed(["My MiniBot",730]); // client.gamesPlayed(730); or client.gamesPlayed(440); - It's same. I see constantly Online without changes.
});

Thanks for answer.

Link to comment
Share on other sites

try viewing it from a different account than the one you are logged into or log out and view the profile 

for my account i can see it too but from an alt or steamsignature it appears online.

 

You can see even keyvendor is having this issue. 

Among alot of other bots.

 

Appears like the only bots that is currently working is the once writting in c

Edited by QuestionRealQuick1
Link to comment
Share on other sites

Hmmm honestly i think it was a steam glitch coz suddenly all bots got there ingame message again.

(i swear am not crazy <3 xD)

 

Had you looked over bot listing sites you woulda seen 70% of the bots stuck on online yet still operating fine if yuo added them

only the once with "/" in there ingame message (which is common for the iadd c++ bot) had correct ingame messages

 

appears to be a steam glitch tho as now mine and all other bots function correctly with no modifcations on my part

Edited by QuestionRealQuick1
Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...