Well to whoever want to try and do a little research : Good fucking luck x)Want to be a hero and make it free? Do a little research and make it work.
My guess is that you used some plugin functions for file uploading --- uploading to the avatar location, then you set the avatar flag to the MD5 matching the file. That is just my guess, lol.Well to whoever want to try to do a little research : Good fucking luck x)
That is the way it is done, indeed, like if you were to upload a normal avatar.My guess is that you used some plugin functions for file uploading --- uploading to the avatar location, then you set the avatar flag to the MD5 matching the file. That is just my guess, lol.
Initiate transfers
The following functions implement the core functionality of filetransfers. They initiate new up- and downloads, request file info, delete and rename files, create directories, list directories etc.
Request uploading a local file to the server:
unsigned int ts3client_sendFile( serverConnectionHandlerID,
channelID,
channelPW,
file,
overwrite,
resume,
sourceDirectory,
result,
returnCode);
uint64 serverConnectionHandlerID;
uint64 channelID;
const char* channelPW;
const char* file;
int overwrite;
int resume;
const char* sourceDirectory;
anyID* result;
const char* returnCode;