PlayAudioStreamForPlayer Help
#1

pawn Код:
CMD:smfa(playerid, params[])
{
    foreach(Player, i)
    {
                if (PlayerInfo[playerid][Level] >= 4)
                {
                    if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /smfa [Link]");
                    PlayAudioStreamForPlayer(i, params);
        }
        }
    return 1;
}
when i use this command it sends clientmessagetoall that what link is being played...but i want that the link doesnt show up and rather just shows up to the admin who is streaming...

any kind of help would be much appreciated.
Reply


Messages In This Thread
PlayAudioStreamForPlayer Help - by iBeast - 20.09.2013, 20:37
Re: PlayAudioStreamForPlayer Help - by jakejohnsonusa - 20.09.2013, 21:00
Re: PlayAudioStreamForPlayer Help - by xganyx - 21.09.2013, 01:38

Forum Jump:


Users browsing this thread: 1 Guest(s)