Closed Wurstfach404 closed 4 years ago
Okay, I got it with:
csgo.on('matchList', async (data) => {
console.log(data);
});
Can I somehow get all connected player with this information?
That should work: console.log( data[0].roundstats_legacy.reservation.account_ids);
Oh yeah, that works. Thank you :)
I want to get the live game of a specific steam user. With
csgo.requestLiveGameForUser(account_id)
I get:But how can I see the data, that I received from the GC?