sorry there was a slight problem. I've updated the DLL file.

Please do not expect the following code to work:
Code:
DownloadStart("i","i");
while(DownloadGetStatus(m_id))
{
..
}

You have to insert(!!!) a wait after DownloadStart. I recommand to wait ~10 ticks to be sure that downloading started.