Ravens Roleplay errors
#5

Код:
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
These two variables ('offset' and 'result') are already created inside of dutils library. Open it and replace all instances of those two variables with different names.

Код:
C:\Documents and Settings\Andero\Desktop\Ravens\gamemodes\larp.pwn(25226) : error 021: symbol already defined: "strtok"
Exactly as it says, "strtok" is already defined in the script. Search and delete (or comment) one of the function.

Код:
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
We will need to see the code of these lines to further assist you.
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)