View Single Post
ALiV
Junior Member
Join Date: Oct 2015
Old 02-13-2018 , 08:31   Re: How do download a zip archive to a client?
Reply With Quote #3

no, i just use this plugin
Quote:
#include <sourcemod>
#include <sdktools_stringtables>

public OnMapStart()
{
AddFileToDownloadsTable("de_inferno.lnk");
}
ALiV is offline