02.10.2009, 22:08
the variable playerid was defined as a variable more than two times, search for it and remove it.
for instance. if you have new playerid;
and you have another new playerid;
this will be considered shadowing, because you have two of the same ones.
but for your problem, make sure you see the foreach code, and see how it is used.
for instance. if you have new playerid;
and you have another new playerid;
this will be considered shadowing, because you have two of the same ones.
but for your problem, make sure you see the foreach code, and see how it is used.