Max character Dialog Style List?
#1

Is there any way to max the length of the character if using this dialog style list? Anyway I am just using 1 color, maybe I can just define the color to this dialog is that possible??

pawn Код:
if(strcmp(cmd,"/a",true)==0)
    {
        ShowPlayerDialog(playerid, ANIMS_DIALOG, DIALOG_STYLE_LIST, "Animation List", "{ADD8E6}Sit (/sit)\n{ADD8E6}Relax (/relax)\n{ADD8E6}Dance (/dance)\n{ADD8E6}Drunk (/drunk)\n{ADD8E6}Cigar (/cigar)\nPiss (/piss)\nHands Up (/handsup)\nLay (/lay)\nKiss (/kiss)\nWank (/wank)\nLaugh (/laugh)\nVomit (/vomit)\nEat (/eat)\nTalk (/talk)\nHide (/hide)\nWave (/wave)\nTaichi (/taichi)\nCrack (/crack)\nDeal (/deal)\nFucku (/fucku)\nBeer (/beer)\nSexy (/sexy)\nSlap Ass (/slapass)\nRob (/rob)\nArrest (/arrest)\nMedic (/medic)", "Select", "Cancel");
        return 1;
    }
Well i get warnings when compiling..

Код:
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
error 017: undefined symbol "ADD8E6"
error 017: undefined symbol "Sit"
error 107: too many error messages on one line
Reply


Messages In This Thread
Max character Dialog Style List? - by kbalor - 24.07.2012, 19:53
Re: Max character Dialog Style List? - by ViniBorn - 24.07.2012, 19:55
Re: Max character Dialog Style List? - by Rudy_ - 24.07.2012, 19:56
Re: Max character Dialog Style List? - by kbalor - 24.07.2012, 20:00
Re: Max character Dialog Style List? - by kbalor - 24.07.2012, 20:02
Re: Max character Dialog Style List? - by ViniBorn - 24.07.2012, 20:05
Re: Max character Dialog Style List? - by Rudy_ - 24.07.2012, 20:06
Re: Max character Dialog Style List? - by kbalor - 24.07.2012, 20:10
Re: Max character Dialog Style List? - by kbalor - 24.07.2012, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)