I am not sure if this is possible from the server side but I have my website setup where users can click a button on the site and it will automatically open teamspeak and put them in our server using their website display name.
It uses a simple onload command in a emtpy page so when a user accesses the page it does:
is there a way a player could type /joinTS in chat and the server send a webrequest to the teamspeak server and put the user in TS using their steam name?Code:<body onload=\"javascript:window.location='ts3server://skilledsoldiers.com/?port=9287&nickname=".$nickname."'\">
Solved TeamSpeak join command
Discussion in 'Plugin Requests' started by M@CH!N3, Jan 19, 2015.
-
Wulf Community Admin
Right now there is no way to click links, nor use any sort of HTML.
-
Hello,
for community concept can be great I think -
-
yeah it would require the user to accept it like the page does, it pops up a box saying such and such wants to open a program on your PC and says TS all that and they click yes or no.
My idea is that if a user typed /joinTS it would min the game and pop up the box and allow it to open TS just like the page and then they can click the game and go back.