The coordinates do not show YSolved
Good day
The coordinates are derived only from X and Z, who can add Y if it were X, Y, Z ??

the question is removed

Merged post

lines 1896-1901
"
$"X: {player.transform.position.x.ToString("0")} | Y:{player.transform.position.z.ToString("0")} | Z:{player.transform.position.y.ToString("0")}";
case 1:
return FormatGridReference(player.ServerPosition);
case 2:
return
$"X: {player.transform.position.x.ToString("0")} | Y: {player.transform.position.z.ToString("0")} | Z:{player.transform.position.y.ToString("0")} | {FormatGridReference(player.ServerPosition)}";
"

any help needed?

no, this task is solved ...
just pointed out where to change the code
KLiMkA
no, this task is solved ...
just pointed out where to change the code

Can you change the status to Solved , that way you wont get any more unneeded replies or questions

Locked automatically