How to display current coordinates in game
BO2 Modding Support & Discussion
3
Posts
3
Posters
222
Views
2
Watching
-
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...
-
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]