Game Development Community

Player location

by Joshua Turner · in Technical Issues · 04/03/2005 (1:32 pm) · 1 replies

How do i show the player location on gui.

#1
04/03/2005 (1:43 pm)
$MyLoc = firstword(%client.Player.getTransform());

Then just have a GUI element thats Variable is $MyLoc.