Jump to content
McKay Development

officialhexobot

Member
  • Posts

    2
  • Joined

  • Last visited

officialhexobot's Achievements

  1. 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
  2. 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 string var games = [stringed, 730,......] client.gamesPlayed(games) and yet it onlines with CSGO.
×
×
  • Create New...