15.07.2010, 11:21
They do
Thats the commands:
Thats the commands:
pawn Код:
if (strcmp(cmd, "/bbb", true) == 0)
{
ShowPlayerDialog(playerid, DIALOG_ONE, DIALOG_STYLE_LIST, "A","A","A","A");
return 1;
}
if (strcmp(cmd, "/ccc", true) == 0)
{
ShowPlayerDialog(playerid, DIALOG_TWO, DIALOG_STYLE_LIST, "B","B","B","B");
return 1;
}