#5

Code:
if(strcmp(cmd, "/dcmuzika", true) == 0)
{
    ShowPlayerDialog(playerid, 15555, DIALOG_STYLE_INPUT, "Paste your mp3 link", "Please enter MP3 link bellow.", "OK", "Cancel"); //Red John's dialog creator
    return 1;
}
Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 15555)
    {
        if(response)
        {
            for(new i=0; i<250; i++)
            {
                PlayAudioStreamForPlayer(i, inputtext[]);
            }
        }
        return 1;
    } 
    return 0;
}
Reply


Messages In This Thread
URL - by teomakedonija - 11.10.2012, 14:48
Re: URL - by C00K13M0N$73R - 11.10.2012, 14:51
Re: URL - by teomakedonija - 11.10.2012, 15:01
Re: URL - by teomakedonija - 11.10.2012, 15:18
Re: URL - by RedJohn - 11.10.2012, 20:11
Re: URL - by Glint - 11.10.2012, 20:13
Re: URL - by gtakillerIV - 11.10.2012, 20:16
Re: URL - by Ghost_Boii - 11.10.2012, 20:17
Re: URL - by mamorunl - 11.10.2012, 20:42
Re: URL - by Ghost_Boii - 11.10.2012, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)