mirror of
https://github.com/EpicMorgVault/AMXx-Media-Player.git
synced 2024-12-27 05:25:28 +03:00
cleanup
This commit is contained in:
parent
d057d1282e
commit
cb9bd8a9b6
5
README.MD
Normal file
5
README.MD
Normal file
@ -0,0 +1,5 @@
|
||||
Команда в клиентскую консоль amx_playlist_menu - вызов меню с плейлистом (необходим ADMIN_LEVEL_E по умолчанию).
|
||||
|
||||
say /stop для остановки проигрывания музыки.
|
||||
|
||||
поддержка wav и mp3.
|
Binary file not shown.
0
amxmodx/configs/music.ini
Normal file
0
amxmodx/configs/music.ini
Normal 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]
|
Loading…
Reference in New Issue
Block a user