pScore
#1

Anyone knows why this warnings occur?

Код:
.pwn(287) : warning 219: local variable "pScore" shadows a variable at a preceding level
.pwn(288) : warning 213: tag mismatch
.pwn(287) : warning 204: symbol is assigned a value that is never used: "pScore"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Here is the line 287 and 288

pawn Код:
287       new pScore = GetPlayerScore(killerid);
288       SetPlayerScore(killerid, pScore + 1 );
Reply


Messages In This Thread
pScore - by StrangeLove - 30.06.2012, 23:23
Re: pScore - by [A]ndrei - 30.06.2012, 23:28
Re: pScore - by StrangeLove - 30.06.2012, 23:31
Re: pScore - by iTorran - 30.06.2012, 23:34
Re: pScore - by StrangeLove - 30.06.2012, 23:35
Re: pScore - by [A]ndrei - 30.06.2012, 23:36
Re: pScore - by StrangeLove - 30.06.2012, 23:39

Forum Jump:


Users browsing this thread: 1 Guest(s)