05.01.2013, 00:21
Hello, I am trying to add another admin rank for my script but when i complie it i get some errors..
Its only one line but i give you some more incase the problem is in one of them too..
pawn Код:
C:\Users\new account\Desktop\Everything and Anything\Server\NEW SCRIPT!!!\Script\gamemodes\Script.pwn(74199) : error 017: undefined symbol "strR"
C:\Users\new account\Desktop\Everything and Anything\Server\NEW SCRIPT!!!\Script\gamemodes\Script.pwn(74199) : warning 215: expression has no effect
C:\Users\new account\Desktop\Everything and Anything\Server\NEW SCRIPT!!!\Script\gamemodes\Script.pwn(74199) : error 001: expected token: ";", but found "]"
C:\Users\new account\Desktop\Everything and Anything\Server\NEW SCRIPT!!!\Script\gamemodes\Script.pwn(74199) : error 029: invalid expression, assumed zero
C:\Users\new account\Desktop\Everything and Anything\Server\NEW SCRIPT!!!\Script\gamemodes\Script.pwn(74199) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
new is2=is1+1;
new p=0;
while(p==0)
{
if('0'<=text[is2]<='9'&&strlen(text[is2])) is2++;
else
{
strmid(strR[r],text,is1,is2,255);//THIS LINE
if(strval(strR[r])<255) r++;
is1=is2;
p=1;
}
}
}
is1++;
}
if(r>=4)
{