Input too long
#2

The line in pawno, or whatever you use, is too long. Try to shorten it or split it up into more lines.

pawn Код:
new Bla=0;
if(bla=0&&Blafunction1(blublu,bleeeh)==2){Blafunction2(asd);Blululu(rarara);}
Should be like:

pawn Код:
new Bla=0;
if(bla=0&&Blafunction1(blublu,bleeeh)==2){
Blafunction2(asd);
Blululu(rarara);
}
Hope this helped you
Reply


Messages In This Thread
Input too long - by Typhome - 19.09.2010, 17:44
Re: Input too long - by DeathOnaStick - 19.09.2010, 17:48
Re: Input too long - by Vince - 19.09.2010, 18:03
Re: Input too long - by Typhome - 19.09.2010, 18:15
Re: Input too long - by Vince - 19.09.2010, 18:20
Re: Input too long - by [L3th4l] - 19.09.2010, 18:35
Re: Input too long - by Typhome - 19.09.2010, 18:45
Re: Input too long - by [L3th4l] - 19.09.2010, 18:58
Re: Input too long - by Typhome - 19.09.2010, 18:59
Re: Input too long - by Mikkel_Pedersen - 22.09.2010, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)