28.07.2012, 11:07
pawn Код:
#include zcmd //The Includes
#define DIALOG_DRINKS 7 //under include's
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;
}