PDA

View Full Version : C/c++


jake2
11-01-2007, 15:27
Is there any way to make this so Quake 3 can automatically open this program up, join a certain channel and IP address, then when leaving the Quake 3 server, close it. Also if you host a Quake 3 server, can it open TS, host a server under the same IP address on a diff. port, that way ppl can join it when they join my Quake 3 server?

Cyrus
11-01-2007, 15:32
Yes if you implement this feature into the game, this would be possible.

jake2
11-01-2007, 16:19
Just wondering if there are any .c or .h files out there that anyone has that could help me impliment it. Or, know of any commands.

Cyrus
11-01-2007, 16:53
For the client things you may find this interesting:
http://forum.goteamspeak.com/showthread.php?threadid=5948

The serverthing has obviously be controlled by shell commands / tcpquery or something like this.

jake2
14-01-2007, 18:26
Thank you very much Cyrus. Sorry it took me so long to reply, i've been busy with my projects:)