19.06.2010, 19:58
Hey I've been wondering now the last well weeks about if this could be done:
I want to know if you can add more then 1 string on a DIALOG_STYLE_LIST? If theres a way to do so? Since I want it like
This one above wont work ofcourse since it would just say undefined symbol string1string2string3string4 but is there a way to like seperate them like string1\nstring2\n ...
I want to know if you can add more then 1 string on a DIALOG_STYLE_LIST? If theres a way to do so? Since I want it like
pawn Код:
ShowPlayerDialog(playerid,533,DIALOG_STYLE_LIST,"Something","FirstRow\nSecondRow...");
pawn Код:
ShowPlayerDialog(playerid,553,DIALOG_STYLE_LIST,"Something",string1string2string3string4...");