radio stream doesn't work?

Started by Kewun, Aug 26, 2016, 07:26 AM

Previous topic - Next topic

Kewun

i ddi this:

function onScriptLoad() {
test <- CreateRadioStream( "RMF MAX", "http://www.miastomuzyki.pl/n/rmfmaxxx.pls", true)
}

function onPlayerEnterVehicle(player,vehicle,seat)
{
player.Vehicle.Radio = test;
}

and i dont hear any radio straem..

jayant

Quote from: Kewun on Aug 26, 2016, 07:26 AMfunction onScriptLoad() {
test <- CreateRadioStream( "RMF MAX", "http://www.miastomuzyki.pl/n/rmfmaxxx.pls", true)
}

function onPlayerEnterVehicle(player,Vehicle,seat)
{
player.Vehicle.Radio = test;
}
According to parameter vehicle and not Vehicle
This should work.

jayant

Quote from: Kewun on Aug 26, 2016, 07:26 AMfunction onScriptLoad() {
test <- CreateRadioStream( "RMF MAX", "http://www.miastomuzyki.pl/n/rmfmaxxx.pls", true)
}

function onPlayerEnterVehicle(player,Vehicle,seat)
{
player.Vehicle.Radio = test;
}
According to parameter vehicle or Vehicle or according to you..
Notice the change,this should work.

Kewun


jayant

function onScriptLoad() {
CreateRadioStream( "RMF MAX", "http://www.miastomuzyki.pl/n/rmfmaxxx.pls", true)
}
I found this way,in my old script..Sit in a car and try to change station.

Kewun

still doesnt work

i tried without http://

also CreateRadioStream( 11, "RMF MAX", "http://www.miastomuzyki.pl/n/rmfmaxxx.pls", true)

i see the radio, but i cant hear anything from it ;/

jayant

You should change try changing the link..Its all I can suggest lastly ;(

Kewun

well okay ill try other streams

Kewun

tried 5 diffrent urls.. didnt work... i think its vcmp buig..
[mergedate]1472199543[/mergedate]
i tried another 10 links.. not worked

KAKAN

Quote from: Kewun on Aug 26, 2016, 03:45 PMtried 5 diffrent urls.. didnt work... i think its vcmp buig..
[mergedate]1472199543[/mergedate]
i tried another 10 links.. not worked
but it works in VKs server -_-
oh no

Kewun

but it doesnt work in my server -_-  i would need a working tested link for a radio stream or atleast how the url would look like

KAKAN

try deez:-
CreateRadioStream( 1, "WOT", "http://yp.shoutcast.com/sbin/tunein-station.pls?id=302916", true );random song though.
oh no

Kewun

cant hear anything ;c from this.

Kewun

my fault, im a retard. music was set to 0% in options... fuuu thanks for help anyway
[mergedate]1472227186[/mergedate]
but isnt it illegal to add some radio streams.. ?

KAKAN

Quote from: Kewun on Aug 26, 2016, 04:44 PMmy fault, im a retard. music was set to 0% in options... fuuu thanks for help anyway
lol, funniest thing xd

Quote from: Kewun on Aug 26, 2016, 04:44 PMbut isnt it illegal to add some radio streams.. ?
Hosting your own shoutcast and using the public shoutcast servers are legal( I think so. ), can't say about others.
oh no