Compile Error Help
#1

Hello,
I'm getting this error when i compile a gamemode:

C:\Users\ToXic\Desktop\pawno\larp.pwn(4873) : warning 204: symbol is assigned a value that is never used: "otherfile"
C:\Users\ToXic\Desktop\pawno\larp.pwn(2754 : warning 219: local variable "idcar" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Reply
#2

Post the code
Reply
#3

These are not errors, these are just warnings.

Delete the variable 'otherfile'. (Where it says something like 'new otherfile;')
And the second warning means that you have 2 instances of the same variable. So you also delete one of the 'new idcar' instances.
Reply
#4

First of all those are not errors.
search for this define and remove it
pawn Код:
new otherfile//something like this
For the second warning you double made the variable, remove the one in global.
Reply
#5

I've searched new otherfile
And nothing been found.
Reply
#6

Show the lines where warning is coming.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)