После всех #define вставляем:
Code: Select all
stock SPD(playerid, dialogid, style, caption[], info[], button1[], button2[])
{
ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);
SetPVarInt(playerid, "USEDIALOGID", dialogid);
return 1;
}
#define ShowPlayerDialog SPD
Теперь идём в "public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])" и сразу после первой скобки ({) вставляем:
Code: Select all
if(GetPVarInt(playerid,"USEDIALOGID") != dialogid)return Ban(playerid);