Re: [hlds] script for transferring group members?

2010-09-17 Thread C-F Strid
@ sten rulz I've upped the code (C#) that I used for a similar purpose here: http://pastebin.com/ndrpdhqr It's crappy, but it should get the work done. Look up that PostData class (just something I found by Googling) or slap the request together yourself. 2010/9/17 DontWannaName!

Re: [hlds] script for transferring group members?

2010-09-17 Thread C-F Strid
* http://pastebin.com/aYFMb7VB 2010/9/17 C-F Strid wor...@gmail.com @ sten rulz I've upped the code (C#) that I used for a similar purpose here: http://pastebin.com/ndrpdhqr It's crappy, but it should get the work done. Look up that PostData class (just something I found by Googling

Re: [hlds] script for transferring group members?

2010-09-16 Thread C-F Strid
Check what the HTTP request looks like when you invite someone on steamcommunity.com, then automate it with cURL, HttpRequest (.NET) or whatever. Also you'll need to be able to log in. I'll post up some samples once I get home (~20ish GMT+1). 2010/9/13 HL-SDK Synths syntron...@gmail.com I know