Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- foreach ($ts3->clientList() as $client) {
- try {
- $data = $client->avatarDownload();
- $file = fopen('/avatar/'.$client->client_database_id, 'w+');
- fwrite($file, $data);
- fclose($file);
- } catch (TeamSpeak3_Exception $e) {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement