maddinat0r / samp-tsconnector

A plugin for SA-MP to control a Teamspeak3 Server from the gamemode
MIT License
17 stars 3 forks source link

how could i use CLIENT_NICKNAME? #24

Open Rodeiun opened 2 years ago

Rodeiun commented 2 years ago

hello everyone. i ll use CLIENT_NICKNAME in TSC_CLIENT_QUERYDATA. how? example pls. i ll get player's ts nickname, channel id.

Rodeiun commented 2 years ago

i think ll use TSC_QueryClientData or TSC_QueryChannelData. i dont understand params. (clientid, TSC_CLIENT_QUERYDATA:data, const callback[], const format[] = "", {Float, _}:...); clientid = player client id, data = the data i want, callback = data will be transferred callback, format = ? (some info plz)