[CSGO] Automatic Downloader

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CSGO] Automatic Downloader

Post by Andreeas »

Hi!
This is a simple automatic downloader, for CSGO, but i think its working with another game.

_______
CVars:
Code:
sm_downloader_materials <def. 1> - Add to downloads the materials folder, 0 - disable, 1 - enable

sm_downloader_models <def. 1> - Add to downloads the models folder, 0 - disable, 1 - enable

sm_downloader_sounds <def. 1> - Add to downloads the sound folder, 0 - disable, 1 - enable
_______
Plugin can download the following files:
new String: ValidFormats[][] = //VALID, DOWNLOADABLE FILE FORMATS
{
"mdl", "phy", "vtx", "vvd", //Model files
"vmt", "vtf", "png", //Texture and material files
"mp3", "wav" //Sound files
};
_______
Requirements:
- SourceMod 1.8
- Folders: materials, models and sound, or the plugin is send error.

_______
Notes:
- This plugin is in test stage, so use careful! I test all versions of my plugins before publish, but still may have bugs.
- If i forget some file extension, tell me here.

________




Download
Source
SMX File
Post Reply

Return to “Server Management”