How to audiostream
#6

PHP код:

CMD
:r(playerid,params[])
{
    if(
PlayerHasItem(playerid,"Radio"))
    {
        if(
isnull(params)) return SendClientMessage(playerid, -1,""chat" /r [radio chat]");
        new 
string[128];
        
format(stringsizeof(string), ""COL_YELLOW"STATIE RADIO:"COL_WHITE" %s says on the radio:  %s "PlayerName(playerid), params);
        
// ProxDetector(pInfo[playerid][pRadioFreq], playerid, string, COLOR_WHITE);
        
foreach(Playeri){
        if(
pinfo[playerid][pradioFreq] == pinfo[i][pradioFreq]){
            
SendClientMessage(i, -1string);
            
PlayAudioStreamForPlayer(i,"https://sampdayz.ro/SFX/radio.mp3");
        }
        } 
    }
    else return 
SendClientMessage(playerid,-1,""chat" You don't have radio!");
    return 
1;

You choose
Reply


Messages In This Thread
How to audiostream - by Zeus666 - 27.09.2018, 18:59
Re: How to audiostream - by v1k1nG - 27.09.2018, 19:06
Re: How to audiostream - by Zeus666 - 27.09.2018, 19:10
Re: How to audiostream - by v1k1nG - 27.09.2018, 19:11
Re: How to audiostream - by Zeus666 - 27.09.2018, 19:13
Re: How to audiostream - by v1k1nG - 27.09.2018, 19:26
Re: How to audiostream - by Zeus666 - 27.09.2018, 20:06
Re: How to audiostream - by v1k1nG - 27.09.2018, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)