Radio stations for /radio command! Help me!!!
#4

Код HTML:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/kiss100", cmdtext, true) == 0) 
    {
        PlayAudioStreamForPlayer(playerid, "http://icy-e-03.sharp-stream.com:80/kiss100.mp3");
        return 1;
    }
    if (strcmp("/capitalfm", cmdtext, true) == 0)
    {
	PlayAudioStreamForPlayer(playerid, "http://media-ice.musicradio.com:80/CapitalManchesterMP3");
	return 1;
    }
     if (strcmp("/heartlondon", cmdtext, true) == 0)
    {
	PlayAudioStreamForPlayer(playerid, "http://mediasrv-the.musicradio.com/HeartLondon");
	return 1;
    }
     if (strcmp("/choicefm", cmdtext, true) == 0)
    {
	PlayAudioStreamForPlayer(playerid, "http://media-ice.musicradio.com:80/ChoiceFMMP3");
	return 1;
    }
    return 0;
}
Rep+ if i helped you
Reply


Messages In This Thread
Radio stations for /radio command! Help me!!! - by Goldino - 13.12.2012, 17:28
Re: Radio stations for /radio command! Help me!!! - by Jakku - 13.12.2012, 17:37
Re: Radio stations for /radio command! Help me!!! - by Glad2BeHere - 13.12.2012, 17:38
Re : Radio stations for /radio command! Help me!!! - by [HRD]Mar1 - 13.12.2012, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)