C:\Windows\Vss\First Person\German-Next-Era-Life-v2.5-0.3x\German Reallife v1.2\gamemodes\German.pwn(5897) : warning 219: local variable "pX" shadows a variable at a preceding level
C:\Windows\Vss\First Person\German-Next-Era-Life-v2.5-0.3x\German Reallife v1.2\gamemodes\German.pwn(5897) : warning 219: local variable "pY" shadows a variable at a preceding level
C:\Windows\Vss\First Person\German-Next-Era-Life-v2.5-0.3x\German Reallife v1.2\gamemodes\German.pwn(5897) : warning 219: local variable "pZ" shadows a variable at a preceding leve
PlayerInfo[playerid][pTot] = 1;
new Float:pX,Float:pY,Float:pZ; //Fehler Zeile
GetPlayerPos(playerid, pX, pY, pZ);
TotenKopf[playerid] = CreatePickup(1254,1, pX, pY, pZ);
PlayerInfo[playerid][pTx] = pX;
PlayerInfo[playerid][pTy] = pY;
PlayerInfo[playerid][pTz] = pZ;