need help with a command to play audio url
#3

pawn Код:
CMD:play(playerid, params[])
{
    if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /play [link]");
    PlayAudioStreamForPlayer(playerid, params);
    return 1;
}
Reply


Messages In This Thread
need help with a command to play audio url - by stlane - 05.12.2012, 02:34
Re: need help with a command to play audio url - by cosbraa - 05.12.2012, 03:42
Re: need help with a command to play audio url - by maramizo - 05.12.2012, 03:55
Re: need help with a command to play audio url - by RajatPawar - 05.12.2012, 06:14

Forum Jump:


Users browsing this thread: 1 Guest(s)