Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3650
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://www.doctormckay.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

50925 profile views
  1. I don't know why you'd get DuplicateRequest when logging in if you're doing everything correctly. Maybe the code was already used?
  2. You're getting DuplicateRequest in the login callback?
  3. Basically just do exactly what the login-with-password example shows, and once you have webCookies then you can call community.setCookies(webCookies)
  4. Dr. McKay

    Nethook

    In admin command prompt: rundll32.exe NetHook2.dll,Inject
  5. Either event should be fine to determine if using a backpack expander succeeded, although personally I'd probably use itemRemoved.
  6. Not really. The best you could do is check whether either party is not tradable.
  7. Trade bans can be checked with the GetPlayerBans WebAPI method. Escrow can be checked with the GetTradeHoldDurations WebAPI method. getUserDetails() works by loading the tradeoffer page (using the user's trade link) and scraping the results from the HTML.
  8. Yeah, no reason that shouldn't work.
  9. You can't mobile confirm a trade offer without having your account's identity_secret, which is present in the mafile.
  10. You're far more than one step away. Joining a community server is not supported and never will be, as you'd have to implement VAC which nobody has been insane enough to try.
  11. Where are you getting a 'ready' event from? No such event exists in globaloffensive. It's connectedToGC.
  12. It wouldn't show as in-game on the profile unless you set your persona state to Online with the setPersona() method, although that wouldn't affect connecting to the GC. Are you still using your modifications to global offensive? Try getting rid of those, as those weren't your problem.
  13. Set your client's persona state to Online and then check the account's Steam profile to make sure it's actually launching CS. If it doesn't appear as in-game, you're doing something else wrong.
  14. This is normal if your steam-user client shut down without properly logging off recently. I believe what happens is the GC never receives a notification of the client disconnecting, so it keeps your session active even though you're no longer there. You can typically solve this by calling logOff() if you don't get a session in a reasonable time, then logging on again.
×
×
  • Create New...