Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2. {
  3.     if(dialogid == JFS+1) // Dialog Definido
  4.     {
  5.     if(response) // o Unico Botão " Fim "
  6.     {
  7.     // Coloque Aqui as Funções ao Apertar " Fim ".
  8.     SendClientMessage(playerid, 0xF68E00F6, " Você Terminou o Tutorial Parabéns !");
  9.     }
  10.     }
  11.     return 1;
  12. }