Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: PsyChO_KiLLeR on Mar 06, 2015, 04:37 PM

Title: Radio
Post by: PsyChO_KiLLeR on Mar 06, 2015, 04:37 PM
How to use radio command. When i type /radio it goes to Flash FM and also i gave URL in command

if ( cmd == "radio" )
 {
  player.Vehicle.Radio = CreateRadioStream( "TestRadio", "http://sound41.topsongspk.com/indian/Aashiqui2-2013/%5BSongsPK.cc%5D%20Aashiqui%202%20-%2001%20-%20Tum%20Hi%20Ho.mp3", true );
 }

Title: Re: Radio
Post by: jayant on Mar 06, 2015, 05:06 PM
function onScriptLoad()
{
CreateRadioStream( 11, "Warzone Gaming", "http://www.wz-gaming.com/radio.php", 1 );
}
Note - Radio link is dead. So, please search other.

You have to use an online radio link not a link of song which is hosted in sites like this for downloading.
Title: Re: Radio
Post by: PsyChO_KiLLeR on Mar 07, 2015, 04:25 AM
JAYANT ITS also work on song website i have test now thanks for ur help