Was ist an diesem Code falsch?
new Float:x, Float:y, Float:z, Float:a;
GetPlayerPos(playerid,x,y,z);
GetPlayerFacingAngle(playerid, a);
PlayerInfo[playerid][pXPos] = x;
PlayerInfo[playerid][pYPos] = y;
PlayerInfo[playerid][pZPos] = z;
PlayerInfo[playerid][pAngels] = a;
PlayerInfo[playerid][pInt] = GetPlayerInterior(playerid);
PlayerInfo[playerid][pVW] = GetPlayerVirtualWorld(playerid);
"warning 213: tag mismatch"
L.G.
heyho