Jump to content
McKay Development

ApniWapni

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ApniWapni

  1. Thanks for your reply, I have indeed had this. But i keep getting nothing specific. I have turned on console log debugging and getting the following: Logged into Steam Sending GC message ClientHello Sending hello, setting timer for next attempt to 2000 ms Sending GC message ClientHello Sending hello, setting timer for next attempt to 4000 ms Got handled GC message ClientWelcome Unknown SO type 2 with 1 items Unknown SO type 7 with 1 items Unknown SO type 43 with 2 items GC connection established Connected to GC Sending GC message ClientRequestPlayersProfile Got unhandled GC message 9194 Got handled GC message MatchmakingGC2ClientHello Got unhandled GC message 9173 So it looks like it is sending the request, but its response doesn't get handled? I also added csgo.on('playersProfile') aswell with a console log but as you can see it doesn't do anything either
  2. When trying to request a player profile it doesn't seem to ever get a response back. I am using the following code: csgo.requestPlayersProfile("STEAM_ID", (profile) => { console.log("Profile Requested") console.log(profile); }); Neither "Profile Requested" nor the profile gets requested. I have also tried csgo.on(playerProfile) but doesn't seem to have any effect
×
×
  • Create New...