I were searching without results for C#.
How do I get players current position where he is standing? Found something for lua, but same functions didn't work for C#.
Thanks![]()
Solved Getting player position? (C#)
Discussion in 'Rust Development' started by Pastori, Dec 7, 2015.
-
Wulf Community Admin
player.transform.position
-
-
Wulf Community Admin
-
I have added it as reference and the class.cs file is under the project list. -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
Code:var pos = player.transform.position;
-
Thank you