View Single Post
Author Message
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 04-29-2007 , 22:25   [EXTENSION] Web downloader
Reply With Quote #1

Current revision: 7

Download
Source

This extension allows you to download files from a HTTP server. It is non-blocking, and doesn't cause any noticeable FPS loss.

Check out the include file for function information.. example plugin in the following post.
Changes in rev7:
Changed support for handles so they are used correctly.
Removed DestroyDownloader, use CloseHandle instead

Changes in rev6:
Added ClearOutput() which lets you reset the output method.
Fixed a bug when you could not start a new download in the callback.
File output paths are assumed to be from the mod directory now, not the root srcds directory
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/

Last edited by devicenull; 05-06-2007 at 00:13.
devicenull is offline