[HELP] Code errors.
#2

the "\B" is a non valid escaped code. if you want to make one string in a line, use the / slash, if you want it to be in 2 lines (to click a team), then this is better:
pawn Код:
CMD:getskin(playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_MAIN, DIALOG_STYLE_LIST, "Skin help panel", "Grove\nBallas", "Select", "Close");
    return 1;
}
you simply forgot the to-be-escaped "new line" code: \n
Reply


Messages In This Thread
[HELP] Code errors. - by Blunt - 20.02.2012, 11:34
Re: [HELP] Code errors. - by Babul - 20.02.2012, 11:39
Re: [HELP] Code errors. - by Konstantinos - 20.02.2012, 11:42

Forum Jump:


Users browsing this thread: 2 Guest(s)