Play Audio For Player
#3

pawn Код:
CMD:music(playerid, params[])
    {
    PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls"); //12720
    return 1;
}

CMD:musicoff(playerid, params[])
    {
    StopAudioStreamForPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
Play Audio For Player - by Robert_Crawford - 10.01.2012, 12:55
Re: Play Audio For Player - by Jochemd - 10.01.2012, 13:54
Re: Play Audio For Player - by lamarr007 - 11.01.2012, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)