28.07.2012, 12:11
pawn Код:
CMD:drinks(playerid, params[]) //this commands is in ZCMD Commands Processer ;D
{
ShowPlayerDialog(playerid, DIALOG_DRINKS, DIALOG_STYLE_LIST, "What is it that you want?", "Sprunk ($1)\nBeer ($2)\nWine ($3)", "Purchase", "Cancel");
return 1;
}