Problem
#1

Код:
functionCD8(arg0, &arg1, arg2)
{
  new var0;
	new var1 = arg1;
	new var2[255];
  while(arg1 < var0 && arg0[arg1] != arg2 && arg1 - var1 < 254)
	{
    var2[arg1 - var1] = arg0[arg1];
		arg1++;
	}
  var2[arg1 - var1] = 0;
	if(arg1 < var0 && arg0[arg1] == arg2)
	{
		arg1++;
	}
}
Quote:

C:\Documents and Settings\Vyorel\Desktop\St.pwn(193) : error 028: invalid subscript (not an array or too many subscripts): "arg0"
C:\Documents and Settings\Vyorel\Desktop\St.pwn(193) : warning 215: expression has no effect
C:\Documents and Settings\Vyorel\Desktop\St.pwn(193) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Vyorel\Desktop\St.pwn(193) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Vyorel\Desktop\St.pwn(193) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Whi?
Reply


Messages In This Thread
Problem - by DSK_Vyorel - 03.12.2009, 14:57
Re: Problem - by GTA967 - 03.12.2009, 15:24
Re: Problem - by MJ! - 03.12.2009, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)