joshuaferrara / node-csgo

A node-steam plugin for Counter-Strike: Global Offensive.
MIT License
461 stars 82 forks source link

setGameName #50

Closed TheRhanderson closed 7 years ago

TheRhanderson commented 7 years ago

What's the correctly way to make a Non Steam Game visible? I've tried:

bot.gamesPlayed(["test name", 730]);

And

bot.setGameName(["teste"]);

Still shows CS:GO as currently game running.