13.05.2010, 08:52
it would be fast and easy if you did this
For short (response) responds to the first button
(!response) responds to the second button
pawn Код:
if(dialogid == HELP && !response) //(!response means it would make a response for the 2nd button)
{
// Do something here
}
(!response) responds to the second button