How to create a command that plays Audio.
#9

pawn Код:
CMD:music(playerid,params[])
{
    if(isnull(params)) return SendClientMessage(playerid, COLOR_GREY, "Syntax: /music [url]");
    {
       PlayAudioStreamForPlayer(playerid, params);
    }
    return 1;
}
Reply


Messages In This Thread
How to create a command that plays Audio. - by Mrashad - 19.09.2014, 04:54
Re: How to create a command that plays Audio. - by The__ - 19.09.2014, 05:00
Re: How to create a command that plays Audio. - by Team_PRO - 19.09.2014, 05:13
Re: How to create a command that plays Audio. - by Mrashad - 19.09.2014, 23:53
Re: How to create a command that plays Audio. - by JacobEdwards - 20.09.2014, 00:03
Re: How to create a command that plays Audio. - by Mrashad - 21.09.2014, 07:43
Re: How to create a command that plays Audio. - by Mrashad - 21.09.2014, 08:52
Re: How to create a command that plays Audio. - by Mrashad - 21.09.2014, 14:24
Re: How to create a command that plays Audio. - by ReD_HunTeR - 23.09.2014, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)