19.02.2012, 21:20
https://sampforum.blast.hk/showthread.php?tid=274028 for solving most warnings.
For " shadows at a preceding level":
For " shadows at a preceding level":
pawn Код:
new MyVar;
if(playerid == playerid)
{
new MyVar; //<-- Two variables with similar names causes this problem
//^ Rename or remove to fix.
}