13.11.2010, 18:05
pawn Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Vбnoc(nн stromy", stringx, "Vybrat", "Konec");
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 0)
{
if(response)
{
SendClientMessage(playerid, COLOR_COLOR, ":)");
}
}
return 1;
}