24.07.2012, 19:53
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??
Well i get warnings when compiling..
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;
}
Код:
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