Danke an alle, habe es gelöst. Nach festbeißen an ein paar Sachen übersieht man doch manches^^.
Lösung die ich verwende:
new Float:XPOS12, Float:YPOS12, Float:ZPOS12;
GetPlayerPos(playerid, Float:XPOS12, Float:YPOS12, Float:ZPOS12);
PlayerInfo[playerid][pHx] = XPOS12;
PlayerInfo[playerid][pHy] = YPOS12;
PlayerInfo[playerid][pHz] = ZPOS12;