30.01.2011, 16:27
I have:
Could anyone give me the proper OnDialogResponse for this command? Thanks.
pawn Код:
if (strcmp("/store", cmdtext, true, 10) == 0) {
ShowPlayerDialog(playerid,2055,DIALOG_STYLE_LIST,"Store Menu","Full Armour ($300)\r\nFull Health ($300)","Buy","Cancel");
return 1;
}