File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- # Files Downloader
1
+ # Files downloader
2
2
3
3
Allows to download and cache files for players
4
4
@@ -18,5 +18,6 @@ Allows to download and cache files for players
18
18
19
19
### Installation
20
20
21
- * Copy "files-downloader.smx" file to "plugins" folder
21
+ * Download latest [ release] ( https://github.com/dronelektron/files-downloader/releases ) (compiled for SourceMod 1.11)
22
+ * Extract "plugins" folder to "addons/sourcemod" folder of your server
22
23
* Create your "files-downloader.txt" file in "configs" folder (see "configs/files-downloader-example.txt")
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ public Plugin myinfo = {
18
18
name = " Files downloader" ,
19
19
author = " Dron-elektron" ,
20
20
description = " Allows to download and cache files for players" ,
21
- version = " 0.2.0 " ,
22
- url = " "
23
- }
21
+ version = " 0.2.1 " ,
22
+ url = " https://github.com/dronelektron/files-downloader "
23
+ };
24
24
25
25
public void OnMapStart () {
26
26
char filesConfig [PLATFORM_MAX_PATH ];
You can’t perform that action at this time.
0 commit comments