#1

I get these errors
Код:
C:\Users\Ghost\Desktop\Pawn Studio\pawno\include\dutils.inc(363) : warning 219: local variable "offset" shadows a variable at a preceding level
C:\Users\Ghost\Desktop\Pawn Studio\pawno\include\dutils.inc(364) : warning 219: local variable "result" shadows a variable at a preceding level
C:\Users\Ghost\Desktop\urp2.pwn(14941) : error 021: symbol already defined: "strtok"
C:\Users\Ghost\Desktop\urp2.pwn(14941) : error 003: declaration of a local variable must appear in a compound block
C:\Users\Ghost\Desktop\urp2.pwn(14939) : error 010: invalid function or declaration
C:\Users\Ghost\Desktop\urp2.pwn(14939 -- 14942) : fatal error 107: too many error messages on one line
LineS:

pawn Код:
strtok(const string[], &index)

    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
Reply


Messages In This Thread
help - by sanplayer - 27.04.2012, 19:44
Re: help - by .FuneraL. - 27.04.2012, 19:59
Re: help - by sanplayer - 27.04.2012, 20:06
Re: help - by .FuneraL. - 27.04.2012, 20:07
Re: help - by sanplayer - 27.04.2012, 20:11
Re: help - by HDFord - 27.04.2012, 20:25
Re: help - by sanplayer - 27.04.2012, 21:53
Re: help - by ReneG - 27.04.2012, 21:58

Forum Jump:


Users browsing this thread: 2 Guest(s)