Quote:
Originally Posted by HellSphinX
Change the second button name to Back and use if(!response) for the second button executions, example:
pawn Код:
if(response) // First button clicked { // Code } if(!response) // Second button clicked { // Code }
|
Can you make an simple demo? I think im gonna mess up this..