03.11.2010, 00:40
Erro:
Linha:
Код:
C:\Documents and Settings\PC\Desktop\LifeDead.pwn(2666) : error 017: undefined symbol "MAX_STRING" C:\Documents and Settings\PC\Desktop\LifeDead.pwn(2666) : error 029: invalid expression, assumed zero C:\Documents and Settings\PC\Desktop\LifeDead.pwn(2666) : error 017: undefined symbol "srclen" C:\Documents and Settings\PC\Desktop\LifeDead.pwn(2666) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
pawn Код:
stock right(source[], len)
{
new retval[MAX_STRING], srclen;// Essa й a linha 2666 aki estб o ERRO
srclen = strlen(source);
strmid(retval, source, srclen - len, srclen, MAX_STRING);
return retval;
}