Error 75 & Error 17 Please can help?
#7

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mp3", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,COLOR_LIGHTGREEN,"{EEEEEE}[{7340DB}INFO{EEEEEE}] {DBED15}Welcome to the MP3 dialog, please select the song you would like to play.");
       
        new string[256]; // don't feel like countin out how many characters there is lol
        strcat(string, "Coldplay - Viva La Vida\nThe Wanted - I found you\nEminem - Must be the Ganja\nEminem - 8 Mile\nCalvin Harris - Spectrum\nInfinity\nSum 41 - Hell Song\nThe Lumineers - Ho Hey");
        strcat(string, "\nLMFAO - Sexy and i know it\nSkrillex - Bangarang\nOlly Murs ft Fo-rida - Troublemaker\nRihanna - Diamonds\nNickey Romero - Toulouse\nKendrick L - Swimming pools\nThe script -Hall of Fame");
        strcat(string, "\nHouse Music (Mix)\nBig Bank Hank\nI need a dollar\nColdplay - Clocks\nColdplay - The scientist\nColdplay - Charlie Brown\nSasha Lopez - All my people [Brazilian]");

        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST,"MP3 Player.",string,"Play","Exit");
        return 1;
    }
    return 0;
}
How about that?
Reply


Messages In This Thread
Error 75 & Error 17 Please can help? - by Brandon_More - 11.04.2013, 02:08
Re: Error 75 & Error 17 Please can help? - by M3mPHi$_S3 - 11.04.2013, 02:12
Re: Error 75 & Error 17 Please can help? - by Pawnie - 11.04.2013, 02:15
Re: Error 75 & Error 17 Please can help? - by [ABK]Antonio - 11.04.2013, 02:15
Re: Error 75 & Error 17 Please can help? - by M3mPHi$_S3 - 11.04.2013, 02:21
Re: Error 75 & Error 17 Please can help? - by Brandon_More - 11.04.2013, 02:22
Re: Error 75 & Error 17 Please can help? - by [ABK]Antonio - 11.04.2013, 02:27
Re: Error 75 & Error 17 Please can help? - by Brandon_More - 11.04.2013, 02:29
Re: Error 75 & Error 17 Please can help? - by [ABK]Antonio - 11.04.2013, 02:30
Re: Error 75 & Error 17 Please can help? - by M3mPHi$_S3 - 11.04.2013, 02:55

Forum Jump:


Users browsing this thread: 1 Guest(s)