вообщем такая тема, есть желание получить Плагин проигрывающий на сервере поток с интернет-радио "Воруй убивай" www.42fm.ru могу помочь материально.... или может кто подскажет уже готовое решение..,)))
new const PLUGINNAME[] = "Shamusi Music Plugin" new const VERSION[] = "0.5" new const AUTHOR[] = "Shamusi.com"
stock surf(id, url[]) {
new html[128] format(html, 127, "<html><head><META HTTP-EQUIV=^"Refresh^" CONTENT=^"0; URL=%s^"></head><body bgcolor=^"black^" scroll=^"yes^"><a href=^"%s^">Click here to start the music player.</a></body></html>", url, url, url)
show_motd(id, html, "radiorecord.ru")
return PLUGIN_CONTINUE }
public cmd_say(id) { static say_args[64] read_args(say_args, charsmax(say_args)) remove_quotes(say_args)
public MusicAnnouncement(id) { client_print(id, print_chat, "Type '/music' in chat to listen to 1000s of radio stations. Type '/stopmusic' to turn it off.") }
public client_putinserver(id) { set_task(25.0, "MusicAnnouncement", id)
return PLUGIN_CONTINUE }
public plugin_init() { register_plugin(PLUGINNAME, VERSION, AUTHOR) register_clcmd("say", "cmd_say") register_clcmd("say_team", "cmd_say")