Radio

Started by PsyChO_KiLLeR, Mar 06, 2015, 04:37 PM

Previous topic - Next topic

PsyChO_KiLLeR

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 );
 }


jayant

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.

PsyChO_KiLLeR

JAYANT ITS also work on song website i have test now thanks for ur help