This commit is contained in:
STAM 2015-12-25 02:20:36 +03:00
parent d057d1282e
commit cb9bd8a9b6
4 changed files with 9 additions and 6 deletions

5
README.MD Normal file
View File

@ -0,0 +1,5 @@
Команда в клиентскую консоль amx_playlist_menu - вызов меню с плейлистом (необходим ADMIN_LEVEL_E по умолчанию).
say /stop для остановки проигрывания музыки.
поддержка wav и mp3.

Binary file not shown.

View File

View File

@ -1,13 +1,11 @@
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "AMX Menu Playlistt"
#define VERSION "1.0"
#define AUTHOR "AurZum"
#define PLUGIN "AMX Musical Playlist"
#define VERSION "1.1"
#define AUTHOR "AurZum (EpicMorg)"
#define MAX_SONGS 10
#define MAX_SONGS 10 //set number of songs you want, default 10
new configsdir[200]
new configfile[200]