Is that string problem ?
#1

What is max string allowed ?

pawn Код:
dcmd_test(playerid,params[])
{
    #pragma unused params
    #pragma unused playerid
    new string[2000];
    strcat(string, "{B7B7B7)LEVEL 1 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 2 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 3 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 4 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 5 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 6 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 7 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 8 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 9 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    strcat(string, "{B7B7B7)LEVEL 10 COMMANDS\n");
    strcat(string, "{FFFFFF)/test /test /test /test /test /test /test /test\n");
    strcat(string, "/test /test /test /test /test /test /test /test\n\n");
    ShowPlayerDialog(playerid, 9999, DIALOG_STYLE_MSGBOX, "Admin Commands", string, "Close", "Accept");
    return 1;
}
Even colors doesnt show...
What may be a problem ?

Reply


Messages In This Thread
Is that string problem ? - by BodyBoardVEVO - 03.02.2014, 18:17
Re: Is that string problem ? - by iZN - 03.02.2014, 18:19
Re: Is that string problem ? - by Konstantinos - 03.02.2014, 18:22
Re: Is that string problem ? - by BodyBoardVEVO - 03.02.2014, 18:24
Re: Is that string problem ? - by ACI - 03.02.2014, 18:26
Re: Is that string problem ? - by Konstantinos - 03.02.2014, 18:30
Re: Is that string problem ? - by ACI - 03.02.2014, 18:34
Re: Is that string problem ? - by iZN - 03.02.2014, 18:37
Re: Is that string problem ? - by BodyBoardVEVO - 03.02.2014, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)