Igy gondoltad? 
 function GetPosition ( player )
    local x, y, z =  getElementPosition( player )
outputChatBox(\"A te poziciód: \"..x..\", \"..y..\", \"..z)
end
addCommandHandler ( \"pozicio\", GetPosition )
function gpos (source,cmd,x,y,z)
    x = tonumber(x)
    y = tonumber(y)
    z = tonumber(z)
    setElementPosition(source,x,y,z)
end
addCommandHandler(\"gotopozicio\",gpos)
 Ezzel a két parancsal lekérheted a saját poziciód és ha beirod azt hogy /gotopozicio x y z oda is teleportálhatsz.