21.02.2012, 16:05
(
Последний раз редактировалось BRICS; 07.05.2013 в 11:05.
Причина: new version
)
Description:
Two weeks later I created this script, and now spread its version of the
presentation here. This script is a music player, it is not one of those scripts
players, in which at eight tracks, adding that going on in the script code, and
they play for all players, this is - multi-functional system for each player,
with lots of functions and features. Here are the main features:
Video:
[ame]http://www.youtube.com/watch?v=wNa3jMzHZwI[/ame]
To call a player window, type /mp3 or /music
To access the admin panel, type /settingm or /setm after entering the rcon
Credits:
MX_INI - by MX_MASTER
Are the settings:
Limits on the standard (can change):
Database
Screenshots:
/imageshack/img39/4747/samp975.png
/imageshack/img850/8545/samp976.png
/imageshack/img850/3078/samp977s.png
/imageshack/img220/4396/samp978.png
/imageshack/img442/1063/samp980.png
/imageshack/img513/7002/samp981.png
/imageshack/img513/7181/samp982w.png
/imageshack/img13/9291/samp983.png
/imageshack/img837/2377/samp984l.png
This version is the official one. Evaluate the work, I think you'll like.
Author: BRICS
Version 0.1 Download:
Mediafire
DropBox
================================================== =======================
Music Player version 0.2:
Everything is almost the same as the previous version. In this version have been fixed a few bugs, added elements in the menu, added auto-switching music on its end and beautiful, I believe, the window of a music player.
Information about the work:
Duration of the audio is recognized when adding music to the player, when you add music in the catalog, if you change url music player, if you change url music directory.
The efficiency of the script has not been tested on linux
Use plug SysControl by jhonyxakep
Library is used bass.dll
Music to the database now has the following form:
Example:
How to install the plugin System Control:
Download version 0.2: DropBox
Two weeks later I created this script, and now spread its version of the
presentation here. This script is a music player, it is not one of those scripts
players, in which at eight tracks, adding that going on in the script code, and
they play for all players, this is - multi-functional system for each player,
with lots of functions and features. Here are the main features:
- Any player can add to his recordings of music from the internet url, ask her
name, or add a ready-made from the directory server. - Ability to delete your recordings to each player
- Audio recordings can always be edited by selecting the appropriate menu
item, in particular, you can change the title and url - Ability to change settings allow each player to customize the player by
yourself, in the setting include:- Changing the time display the names of audio
- Change the type of audio titles
- Change of shift keys and the music stops
- Ability to include random order switching, and thus you will never join the
same audio recording double
- Ability to switch the player controls on the keyboard will save you from
typing commands. - As an administrator to create, delete, add, edit catalogs of music directly
from the admin panel in the game - All actions are carried out of the game, forget about opening the folder and
change files. - "Protection of Fools" to spoil the script does not give any administrator or
user.
- If you delete the directory created by a backup
- Ability to enable / disable checking for ANSI will not ask the name of the
music, consisting of Cyrillic characters - Permanent protection against overwriting the database gathering settings and
music player by changing its nickname. - All labels, dialog-id, text, setting the script written in define that
allows you to easily change the script - A lot of the dialog branches, which is convenient to move around easier to
work and save time.
Video:
[ame]http://www.youtube.com/watch?v=wNa3jMzHZwI[/ame]
To call a player window, type /mp3 or /music
To access the admin panel, type /settingm or /setm after entering the rcon
Credits:
MX_INI - by MX_MASTER
Are the settings:
Limits on the standard (can change):
PHP код:
#define MAX_MUSIC 20 // maximum for each music player
#define MAX_CATALOG_MUSIC 20 // Maximum of music in the same catalogs
#define MAX_CATALOGS 10 // Maximum supported catalogs
Screenshots:
/imageshack/img39/4747/samp975.png
/imageshack/img850/8545/samp976.png
/imageshack/img850/3078/samp977s.png
/imageshack/img220/4396/samp978.png
/imageshack/img442/1063/samp980.png
/imageshack/img513/7002/samp981.png
/imageshack/img513/7181/samp982w.png
/imageshack/img13/9291/samp983.png
/imageshack/img837/2377/samp984l.png
This version is the official one. Evaluate the work, I think you'll like.
Author: BRICS
Version 0.1 Download:
Mediafire
DropBox
================================================== =======================
Music Player version 0.2:
Everything is almost the same as the previous version. In this version have been fixed a few bugs, added elements in the menu, added auto-switching music on its end and beautiful, I believe, the window of a music player.
Information about the work:
Duration of the audio is recognized when adding music to the player, when you add music in the catalog, if you change url music player, if you change url music directory.
The efficiency of the script has not been tested on linux
Use plug SysControl by jhonyxakep
Library is used bass.dll
Music to the database now has the following form:
Quote:
Musicid = MusicUrl%SEPERATOR%MusicName%SEPERATOR%MusicDurati on in ms |
Quote:
Music2 = [Link]|Slipknot - Wait and Bleed|147 |
Quote:
Installation: Windows: Put the files from the plugins in the plugins folder on the server. bass.dll file should be placed in the root directory of the server (the ones where the samp-server.exe), or the windows system directory Linux: File libbass.so should be put in the folder / lib /, / usr / lib /, / usr / local / lib /. Add the plug-in in plugins section in SA: MP config. Include SystemControl.inc to your script. |