Another admin rank
#1

Hello, I am trying to add another admin rank for my script but when i complie it i get some errors..

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.
Its only one line but i give you some more incase the problem is in one of them too..
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)
    {
Reply
#2

What the actual fuck is this shit? O_O
Reply
#3

I tried to add one more admin rank and i got that error
Reply
#4

Well, I still don't know what the hell I'm looking at, but your "strR" isn't defined.
Reply
#5

Well that was a fail...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)