Raised This Month: $32 Target: $400
 8% 

Music Menu Advance


Post New Thread Reply   
 
Thread Tools Display Modes
deadman909
Veteran Member
Join Date: Oct 2008
Old 10-26-2008 , 21:05   Re: Music Menu Advance
Reply With Quote #51

for the second command

"amx_mma_play <BgmNumber> - server bgm starting"

what do i write if i put music in "media/music/song.mp3"

should my command be "amx_mma_play music"
deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
deadman909
Veteran Member
Join Date: Oct 2008
Old 10-26-2008 , 21:06   Re: Music Menu Advance
Reply With Quote #52

for the second command

"amx_mma_play <BgmNumber> - server bgm starting"

what do i write if i put music in "media/music/song.mp3"

should my command be "amx_mma_play music"
deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
Son
Junior Member
Join Date: Jun 2008
Old 02-01-2009 , 04:00   Re: Music Menu Advance
Reply With Quote #53

This is for all default players or only admins?
Any player can play music?
__________________
Son is offline
TalRasha
Junior Member
Join Date: Mar 2008
Location: Somewhere
Old 02-05-2009 , 00:08   Re: Music Menu Advance
Reply With Quote #54

Yes , all players can play music .
Btw. newest version is buggy :
1) Doesn't precache's music .
2) Doesn't play's music that this plugin , but older version plays . (All music is in 64 kbps )
TalRasha is offline
Send a message via Skype™ to TalRasha
danomatik
New Member
Join Date: Dec 2008
Old 03-11-2009 , 10:08   Re: Music Menu Advance
Reply With Quote #55

hey guy, my problem is , that players they're in my server ...don't dowload the mp3 before they connect to my server...i can hear it ... what to do?

sorry for bad english
danomatik is offline
Wycka
New Member
Join Date: Oct 2009
Old 10-18-2009 , 08:06   Re: Music Menu Advance
Reply With Quote #56

I make everything how it say's, but it's not working,
In scripting mma260 plugin i write #mediafolder sound/
In bgmlist.ini "Celebration sound/excesscs/celebration.mp3"
I put all my sound to sound/excesscs folder
In server when i typing /bgm it drop menu to pick up one of the sounds and when you press any it says it is playing. But no one can hear anything. WHERE IS THE PROBLEM !!!!
Wycka is offline
f4lco
BANNED
Join Date: Jan 2008
Location: https://t.me/pump_upp
Old 01-21-2010 , 15:25   Re: Music Menu Advance
Reply With Quote #57

Quote:
Originally Posted by +ARUKARI- View Post
This plug-in reinforced a former plug-in.






http://forums.alliedmods.net/showthread.php?t=5365
  • What do I have to force this plugin to read the files in a folder?
    Exemple:

  • Quote:
    sound / misc / bgm / music.mp3
  • Please I want to edit it looks like and I do not know fazr it.
  • My idea is to make the music play BGM in this folder.
  • BGM found is the misc
  • Thank you and excuse me my English because I am Brazilian and I do not speak the language.
f4lco is offline
Send a message via ICQ to f4lco Send a message via AIM to f4lco Send a message via Yahoo to f4lco
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 03-27-2020 , 09:09   Re: Music Menu Advance
Reply With Quote #58

v3.00 Released.
Replace for new menu system.
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-10-2020 , 03:17   Re: Music Menu Advance
Reply With Quote #59

1.It looks like this plugin is not working. g_bgm_path array is filled from load_bgm_files which is called in plugin_cfg.
You precache inside plugin_precache, which happens BEFORE plugin_cfg.
The result is you are not preaching anything, because during plugin_precache g_bgm_path array is empty.
2.Please use fopen/fgets(the new file natives) instead of read_file.
3.Could you use a dynamic array instead of a fixed array so there is no limit to how many songs can be added?

Note that this changes are required if you want this to remain approved.
__________________

Last edited by HamletEagle; 04-10-2020 at 03:19.
HamletEagle is offline
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 04-10-2020 , 03:39   Re: Music Menu Advance
Reply With Quote #60

Quote:
Originally Posted by HamletEagle View Post
1.It looks like this plugin is not working. g_bgm_path array is filled from load_bgm_files which is called in plugin_cfg.
You precache inside plugin_precache, which happens BEFORE plugin_cfg.
The result is you are not preaching anything, because during plugin_precache g_bgm_path array is empty.
2.Please use fopen/fgets(the new file natives) instead of read_file.
3.Could you use a dynamic array instead of a fixed array so there is no limit to how many songs can be added?

Note that this changes are required if you want this to remain approved.
confirm.
1. Is there any problem with the recognition of the execution order?
plugin_init => plugin_precache => plugin_cfg
2. roger that.
3. Currently working.
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode