officialhexobot Posted June 13, 2019 Report Posted June 13, 2019 client.gamesPlayed does not play the first entry of the array. let string = "string here";let stringed = string.toSting(); // to make sure it is really a stringvar games = [stringed, 730,......]client.gamesPlayed(games) and yet it onlines with CSGO. Quote
officialhexobot Posted June 17, 2019 Author Report Posted June 17, 2019 There's a similar topic here.yeah, that's the one I tried and even your suggestions.I also tried: games = ["string"]client.gamesPlayed(games)//it works games = ["string", 730....]client.gamesPlayed(games) //this doesnt Quote
Recommended Posts
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.