Input Line Too Long ERROR (HELP ME!!!)
#4

show the script for that. But its okay if not.

Try to use this...

pawn Код:
if(strcmp(cmd,"/yourcommand",true)==0)
    {
     new string[300]; // it depends on what you add...
        strcat(string,"Put something here");
        strcat(string,"Same with this");
        strcat(string,"With this");
        strcat(string,"So on");
        strcat(string,"And so on");
        strcat(string,"again");
        ShowPlayerDialog(playerid, defineyourdailog, DIALOG_STYLE_LIST, "Title", string, "Choose", "Cancel");
        return 1;
Reply


Messages In This Thread
Input Line Too Long ERROR (HELP ME!!!) - by BlackAtom - 18.08.2012, 18:28
Re: Input Line Too Long ERROR (HELP ME!!!) - by iToast - 18.08.2012, 18:47
Re: Input Line Too Long ERROR (HELP ME!!!) - by Sandiel - 18.08.2012, 18:50
Re: Input Line Too Long ERROR (HELP ME!!!) - by kbalor - 18.08.2012, 18:54
Re: Input Line Too Long ERROR (HELP ME!!!) - by BlackAtom - 18.08.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)