Radio Problem
#1

Can anyone show me how to turn off radio automatic when i leave vehicle.



// play an internet radio stream
if(strcmp(cmdtext, "/radioon", true) == 0)
if(IsPlayerInAnyVehicle(playerid))
{
PlayAudioStreamForPlayer(playerid, "http://somafm.com/beatblender.pls");
return 1;
}
// stop the internet radio stream
if(strcmp(cmdtext, "/radiooff", true) == 0)
if(IsPlayerInAnyVehicle(playerid))
{
StopAudioStreamForPlayer(playerid);
return 1;
Reply


Messages In This Thread
Radio Problem - by Hansolue - 20.02.2012, 04:17
Re: Radio Problem - by Mark™ - 20.02.2012, 04:25
Re: Radio Problem - by Sufyan - 20.02.2012, 04:28
Re: Radio Problem - by Hansolue - 20.02.2012, 04:29
Re: Radio Problem - by Mark™ - 20.02.2012, 04:30
Re: Radio Problem - by Hansolue - 20.02.2012, 04:36
Re: Radio Problem - by Mark™ - 20.02.2012, 04:37
Re: Radio Problem - by emokidx - 20.02.2012, 04:38
Re: Radio Problem - by Hansolue - 20.02.2012, 04:41
Re: Radio Problem - by Mark™ - 20.02.2012, 04:42

Forum Jump:


Users browsing this thread: 2 Guest(s)