23.06.2012, 14:52
pawn Код:
CMD:help(playerid, params[])
{
return ShowPlayerDialog(playerid, HELPMENU, DIALOG_STYLE_LIST, "What do you wanna know?","General\nChat\nOthers","Select","Cancel");// You just put the extra \n which was not needed.
return 1;
}