Teamspeak Vote

EGX

Member
Jan 15, 2017
41
3
46
Hello, my server is register on https://teamspeak-servers.org/ and i'm working with their API to know if a user voted in the last 24 hours but i'm trying and I would know how I can send a private message cause hes only sending on the server channel..? here's the part:

PHP:
$ts3->execute("sendtextmessage targetmode=3 target=1 msg=".$message."");
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Hello, my server is register on https://teamspeak-servers.org/ and i'm working with their API to know if a user voted in the last 24 hours but i'm trying and I would know how I can send a private message cause hes only sending on the server channel..? here's the part:

PHP:
$ts3->execute("sendtextmessage targetmode=3 target=1 msg=".$message."");
What framework are you using?
 
Top