[HELP] Warnings
#2

Код:
C:\Documents and Settings\Gustavo\Desktop\samp02Xserver.win32\pawno\include\Seifader.inc(71) : warning 203: symbol is never used: "reason"
This means, you do not write something in or read form 'reason', so you can delete it or turn it to comment

Код:
C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\GAMEMO~1\BioVirus.pwn(143) : warning 202: number of arguments does not match definition
Means there is not the number or parameters as defined, easiest is to check it to check the syntax in the wiki or, if you made the function, check it with the parameters you defined. IF you cant find the error, post the line here

Код:
C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\GAMEMO~1\BioVirus.pwn(42) : warning 204: symbol is assigned a value that is never used: "survivor6"
C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\GAMEMO~1\BioVirus.pwn(43) : warning 204: symbol is assigned a value that is never used: "survivor7"
C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\GAMEMO~1\BioVirus.pwn(44) : warning 204: symbol is assigned a value that is never used: "survivor8"
Basically the same as the first warning, something is written into these variables, but you never read from them, so you can leave them and the lines you write into them out.
Reply


Messages In This Thread
[HELP] Warnings - by Guziiinho - 03.03.2009, 20:01
Re: [HELP] Warnings - by Mauzen - 03.03.2009, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)