[Ajuda] Erro em OnDialogResponse
#1

E ai gente tф com um errinho aqui podem me ajudar?
Код:
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(44) : warning 217: loose indentation
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(46) : warning 217: loose indentation
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(52) : warning 213: tag mismatch
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(56) : warning 213: tag mismatch
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(61) : warning 217: loose indentation
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(64) : error 030: compound statement not closed at the end of file (started at line 39)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Na linha que ele diz que comeзa o erro й
Код:
      if(response)
           {
          if(listitem == 0) // Botгo COMPRAS ONLINE
           {
			 ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Notebook - Compras Online", "Vida\nColete\nArmas", "Selecionar", "Fazer Logoff");
                return 1;
		 }
         if(dialogid == 4)
         {
		  if(response)
		   {
		   if(listitem == 0)
			{
	         GivePlayerHealth(playerid, 100.0);
	         }
	         else if(listitem == 1)
			  {
			   GivePlayerArmour(playerid, 100.0);
               return 1;
         }
      }
   }
    return 0;
}
#endif
Reply


Messages In This Thread
Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:31
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:34
Re: Erro em OnDialogResponse - by [THs]ShadoW - 24.08.2013, 23:34
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:36
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:38
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:38
Re: Erro em OnDialogResponse - by smiiir - 24.08.2013, 23:42
Re: Erro em OnDialogResponse - by VictorNascimento - 24.08.2013, 23:45

Forum Jump:


Users browsing this thread: 3 Guest(s)