Advertisement
Multivit4min

Untitled

Apr 11th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1.     foreach ($ts3->clientList() as $client) {
  2.         try {
  3.             $data = $client->avatarDownload();
  4.             $file = fopen('/avatar/'.$client->client_database_id, 'w+');
  5.             fwrite($file, $data);
  6.             fclose($file);
  7.         } catch (TeamSpeak3_Exception $e) {
  8.  
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement