Skip to content

Commit 81dd326

Browse files
committed
Release 0.2.1
2 parents bf33dac + 7e82dfb commit 81dd326

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Files Downloader
1+
# Files downloader
22

33
Allows to download and cache files for players
44

@@ -18,5 +18,6 @@ Allows to download and cache files for players
1818

1919
### Installation
2020

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
2223
* Create your "files-downloader.txt" file in "configs" folder (see "configs/files-downloader-example.txt")

scripting/files-downloader.sp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public Plugin myinfo = {
1818
name = "Files downloader",
1919
author = "Dron-elektron",
2020
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+
};
2424

2525
public void OnMapStart() {
2626
char filesConfig[PLATFORM_MAX_PATH];

0 commit comments

Comments
 (0)