AddFileToDownloadsTable Function

Adds a file to the downloadables network string table. This forces a client to download the file if they do not already have it.

void AddFileToDownloadsTable(const char[] filename)

Parameters

const char[] filename

File that will be added to downloadables table.