Help scripting
#6

Replace

pawn Код:
if(!response) return 1;
and

pawn Код:
if(response)
with

pawn Код:
if(!response)
{
       return 1;
}
else if(response)
This should work.
Reply


Messages In This Thread
Help scripting - by ProduitToxic - 25.01.2014, 15:58
Re: Help scripting - by Dignity - 25.01.2014, 15:59
Re : Help scripting - by ProduitToxic - 25.01.2014, 16:03
Re: Help scripting - by Dignity - 25.01.2014, 16:07
Re : Help scripting - by ProduitToxic - 25.01.2014, 16:10
Re: Help scripting - by Dignity - 25.01.2014, 16:13
Re : Help scripting - by ProduitToxic - 25.01.2014, 16:16
Re : Help scripting - by ProduitToxic - 25.01.2014, 17:26
Re : Help scripting - by ProduitToxic - 25.01.2014, 18:59
Re : Help scripting - by ProduitToxic - 25.01.2014, 19:57

Forum Jump:


Users browsing this thread: 1 Guest(s)