Est AddDownload

From EventScripts Community Encyclopedia
Syntax: est_AddDownload <"file path">
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Description

Adds a file to be force downloaded (cleared every map change)

French : Vous forcez le téléchargement du fichier ciblé.

Parameters

  • "file path" - Path of the file you are downloading

Example

event es_map_start
{
	es est_AddDownload "models/custom_model/Admin.mdl"
}
blog comments powered by Disqus