31.05.2012, 20:12
You need to add it to OnDialogResponse:
pawn Код:
if(dialogid == EDITTOYS2)
{
if(response)
{
switch(listitem)
{
case 1:
{
EditAttachedObject(playerid, 0);
}
}
}
}

