Max character Dialog Style List?
#8

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
I tested this, and no errors.

Try this
pawn Код:
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");
If don't work, use strcant, like Rudy_ says
Try this, this will give you errors , well i have no choice but to use strcat. +rep
Код:
	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)\n{ADD8E6}Piss (/piss)\n{ADD8E6}Hands Up (/handsup)\n{ADD8E6}Lay (/lay)\n{ADD8E6}Kiss (/kiss)\n{ADD8E6}Wank (/wank)\n{ADD8E6}Laugh (/laugh)\n{ADD8E6}Vomit (/vomit)\n{ADD8E6}Eat (/eat)\n{ADD8E6}Talk (/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");
	}
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)