Radio problem on my server

Started by Nazareth, Aug 20, 2017, 03:39 PM

Previous topic - Next topic

Nazareth

Hello. I added a radio in my server then I did not like it and wanted to remove it But there is a problem.. Despite removing the radio (main.nut) The radio continues to playing.....How I'll solve this problem THANKS



function onPlayerEnterVehicle( player, vehicle, door )
{
CreateRadioStream( 16, "POWERTURK FM", "http://185.28.3.4/power/PowerTurk_mpeg_128_home/icecast.audio?;stream.nsv", true );
CreateRadioStream( 18, "NUMBER ONE FM", "http://31.210.157.105/;audio/mp3", true );
CreateRadioStream( 17, "POWER FM", "http://195.142.3.82/power/PowerFM_mpeg_128_home/icecast.audio?;stream.nsv", true );
}

EK.IceFlake

Did you even restart your server?

Nazareth

Yes Im restart my server ...  :(

Nazareth


NicusorN5

Move
CreateRadioStream( 16, "POWERTURK FM", "http://185.28.3.4/power/PowerTurk_mpeg_128_home/icecast.audio?;stream.nsv", true );
CreateRadioStream( 18, "NUMBER ONE FM", "http://31.210.157.105/;audio/mp3", true );
CreateRadioStream( 17, "POWER FM", "http://195.142.3.82/power/PowerFM_mpeg_128_home/icecast.audio?;stream.nsv", true );
to OnScriptLoad()... This should fix the problem.