So damit ihr sehen könnt wie sehr die Funktionen verändert wurden, poste ich sie mal hier
native ts_connect(phphost[],tsip[],tsuser[],tspass[],tsusername[],tsport=9987,tsqueryport=10011);
native ts_kick(playerid, uID[], const reason[]=" ");
native ts_ban(playerid, uID[], const reason[]= " ", time=0);
native ts_move(playerid, uID[], const ts_channel[], ts_channelkey[]=" ");
native ts_createchannel(playerid, const cannelname[], const channeltopic[]=" ");
native ts_createsubchannel(playerid, const cannelname[], const channeltopic[], const whatchannel[]);
native ts_removechannel(playerid, const channelname[]);
native ts_addservergroup(playerid, uID[], const servergroup[]);
native ts_removeservergroup(playerid, uID[], const servergroup[]);
native ts_addchannelgroup(playerid, uID[], const channel[], const channelgroup[]);
native ts_removechannelgroup(playerid, uID[], const channel[]);
native ts_givetalkpower(playerid, uID[]);
native ts_taketalkpower(playerid, uID[]);
native ts_createservertoken(playerid, const servergroup[]);
native ts_createchanneltoken(playerid, const channel[], const channelgroup[]);
native ts_tokendelete(playerid, const token[]);
Das Playerid ist da, damit beispielweise der Admin der es ausführ auch sehen kann ob es geklappt hat oder nicht.
uID sollte klar sein (das lang erwartete Eindeutige ID system) es ist endlich da 
Etwas müsst ihr euch aber gedulden, da das php script noch nicht soweit ist 