Ravens Roleplay errors
#1

Im getting errors :
Код:
C:\Documents and Settings\Andero\Desktop\deam rc3\pawno\include\dutils.inc(369) : warning 219: local variable "offset" shadows a variable at a preceding level
C:\Documents and Settings\Andero\Desktop\deam rc3\pawno\include\dutils.inc(370) : warning 219: local variable "result" shadows a variable at a preceding level
C:\Documents and Settings\Andero\Desktop\Ravens\gamemodes\larp.pwn(25226) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Andero\Desktop\Ravens\gamemodes\larp.pwn(25226) : error 003: declaration of a local variable must appear in a compound block
C:\Documents and Settings\Andero\Desktop\Ravens\gamemodes\larp.pwn(25224) : error 010: invalid function or declaration
C:\Documents and Settings\Andero\Desktop\Ravens\gamemodes\larp.pwn(25224 -- 25227) : fatal error 107: too many error messages on one line

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


4 Errors.
Line 369-370
Код:
*	Level: +3 ; Price +45000
*	* Temple
Line 25224 - 25227
Код:
strtok(const string[], &index)

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


Messages In This Thread
Ravens Roleplay errors - by antsolen - 29.12.2010, 10:03
Re: Ravens Roleplay errors - by Voldemort - 29.12.2010, 10:10
Re: Ravens Roleplay errors - by antsolen - 29.12.2010, 10:15
Re: Ravens Roleplay errors - by wolfcock - 29.12.2010, 11:02
Re: Ravens Roleplay errors - by Grim_ - 29.12.2010, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)