29.06.2012, 18:43
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
// Select the proper dialog to process
switch (dialogid)
{
case /*dialog id here*/:
{
//do something
}
case/*dialog id here*/:
{
//do something here
}
return 1;
}