30.06.2012, 23:23
Anyone knows why this warnings occur?
Here is the line 287 and 288
Код:
.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
pawn Код:
287 new pScore = GetPlayerScore(killerid);
288 SetPlayerScore(killerid, pScore + 1 );