Raised This Month: $51 Target: $400
 12% 

[REQ] Mp3's on my server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
daniel1296
Member
Join Date: Mar 2012
Old 05-28-2012 , 04:42   [REQ] Mp3's on my server
Reply With Quote #1

Hi, i want to add mp3's songs to my server.
i tried "mp3 play music/songname.mp3". it works but nobody hear this except me..
i want something simple that work with high quality of sound...
any help??
daniel1296 is offline
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 05-28-2012 , 04:48   Re: [REQ] Mp3's on my server
Reply With Quote #2

Code:
#include <amxmodx> public plugin_init() {     register_plugin("LOLOLOLO","0.1","Comrade Freeman")         register_clcmd("playme","fw_PlayMe") } public fw_PlayMe(){     for(new i=1;i!=get_playersnum();++i){         if(is_user_connected(i)             client_cmd(i,"mp3 play music/songname.mp3")     } }
__________________
The functional way is the right way

Last edited by GordonFreeman (RU); 05-28-2012 at 04:48.
GordonFreeman (RU) is offline
lagayo
Junior Member
Join Date: Mar 2012
Old 05-28-2012 , 06:11   Re: [REQ] Mp3's on my server
Reply With Quote #3

http://forums.alliedmods.net/showthread.php?p=499872

i use that and works perfectly
lagayo is offline
Reply



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 13:12.


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