How to display current coordinates in game
-
How do i make it to where it displays my coordinates in game at all time
-
did you got it to work? i also needed it but couldnt make it neither by using anything related to the ShowOrigin on cmd nor via scripting a small GSC that would only show it somewere...
-
AdrX003 did you try printing
self.origin
?
If it doesn't show what you need you can try thisPosition: self.origin[0] + self.origin[1] + self.origin[2]