Jump to content
Mr. Green Gaming

Radio for the Server


Recommended Posts

You guys do know you can just run media player on the background right?...

Yes..

I do that sometimes.

I think it's the source radio [sM radio] which has all the radio stations where you can select for instace: 80's, jazz, disco. Would be great to run in-game

Link to comment

infected wars has something similar to this, but its just playing songs

ooh!

how about a community radio, as in we the mr. green community put forward songs, and people can choose them to be played on the server, but it would only be songs, no dj or anything because the servers are played in many different countries

Link to comment
You guys do know you can just run media player on the background right?...

- Radio has much more tunes.

- It's awesome to listen to something else for a change.

- Some of the dialogs on the radio beat boredom.

- It would be an awesome add.

You guys do know you can just open up a radio stream in a media player right?

Link to comment
You guys do know you can just run media player on the background right?...

- Radio has much more tunes.

- It's awesome to listen to something else for a change.

- Some of the dialogs on the radio beat boredom.

- It would be an awesome add.

You guys do know you can just open up a radio stream in a media player right?

Maybe we don't :V

Most of us just want a radio.

Link to comment

RadioEnabled = CreateClientConVar("Radio_Enabled" , 0 , true , false)

function Radio()
if RadioEnabled:GetInt() != 1 then return end

html = vgui.Create("HTML")
html:OpenURL("SetYourStreamingWebsite")
html:SetVisible(false)

end

function DisableRadio()
html:OpenURL("http://www.google.com")
end
concommand.Add("Radio_Stop" , DisableRadio)

I don't see the reason not to impliment a radio, the code couldn't be more simple.

Link to comment

I am for the radio, but put some custom music system:a file named radio ror example, where you can put your songs.

Dunno for you guys, but when I reduce Gmod to open wmp and listen to a music, it takes more time to go back on gmod (black screen for ~10s ) so that would be cool to access your musics directly in-game.

Link to comment
I am for the radio, but put some custom music system:a file named radio ror example, where you can put your songs.

Dunno for you guys, but when I reduce Gmod to open wmp and listen to a music, it takes more time to go back on gmod (black screen for ~10s ) so that would be cool to access your musics directly in-game.

every time i alt+tab out to look at firefox or itunes, when i go back to gmod, especially on the zs server, i lose connection and i have to join server again, and by that stage im zombie...

<_<

Link to comment
RadioEnabled = CreateClientConVar("Radio_Enabled" , 0 , true , false)

function Radio()
if RadioEnabled:GetInt() != 1 then return end

html = vgui.Create("HTML")
html:OpenURL("SetYourStreamingWebsite")
html:SetVisible(false)

end

function DisableRadio()
html:OpenURL("http://www.google.com")
end
concommand.Add("Radio_Stop" , DisableRadio)

I don't see the reason not to impliment a radio, the code couldn't be more simple.

I don't why we would have to code this while you could just open up that streaming website in the background. There's really no need :/

Link to comment
RadioEnabled = CreateClientConVar("Radio_Enabled" , 0 , true , false)

function Radio()
if RadioEnabled:GetInt() != 1 then return end

html = vgui.Create("HTML")
html:OpenURL("SetYourStreamingWebsite")
html:SetVisible(false)

end

function DisableRadio()
html:OpenURL("http://www.google.com")
end
concommand.Add("Radio_Stop" , DisableRadio)

I don't see the reason not to impliment a radio, the code couldn't be more simple.

I don't why we would have to code this while you could just open up that streaming website in the background. There's really no need :/

I agree, im running winamp usually always on my background and it has saved 3-4 different radio streams, not too hard :P

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...