PDA

View Full Version : Teamspeak Link in MOTD CS:S


MicronicleDust
08-03-2007, 16:16
Hi, I have this problem with linking people who join my CS:S server to my Team speak IP.
I wanna set just a link like >Team speak< and if they click on it they start up TS automatically and join the TS server.
Its probably very simple and it I am probably not the only one who asked about this but I cant find the Thread. Please help i would very much appreciate it :D

Hdmas
09-03-2007, 16:14
You might want to take a look at this (http://www.goteamspeak.com/index.php?page=faq&id=3&item=45#q45) FAQ Entry.

MicronicleDust
25-03-2007, 22:15
Thanks for response m8 :) ,

It does not yet work :o but you helped me a lot with this already the only question i have left is
how does it work :confused: course if i make a link like this:

<a href=teamspeak://82.192.77.249:7150?nickname=ServerGuest?channel=Ma in Room>Login to Teamspeak Server</a>

Ma in room --> have to be Main Room <-- looks like a bug on this forum :S

it does not work, or am i that newbie :cool:?

Please help,
Greetings Micro;)

BHKai
26-03-2007, 05:17
<a href=teamspeak://82.192.77.249:7150?nickname=ServerGuest?channel=Ma in Room>Login to Teamspeak Server</a>

It works. Just change to change to a single word. As the html will want to open a channel called Main.

I do not know html but I can tell that the space in "Main Room" is throwing you off. Links do not have spaces in them. ;)

Hdmas
26-03-2007, 13:45
<a href=teamspeak://82.192.77.249:7150?nickname=ServerGuest?channel=Ma in Room>Login to Teamspeak Server</a>


<a href="teamspeak://82.192.77.249:7150?nickname=ServerGuest?channel=Ma in%20Room">Login to Teamspeak Server</a>

There is a working one :) And links may have spaces in them ;)