24.04.2010, 16:16
Quote:
Originally Posted by [HiC
TheKiller [Stuntp.com] ]
pawn Код:
|
Correct:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
OnDR(playerid, dialogid, response, listitem, inputtext);
return 1;
}
stock OnDR(playerid, dialogid, response, listitem, inputtext[])
{
return 1;
}
pawn Код:
#define OnDR OnDialogResponse