Alienhead Posted August 3, 2022 Share Posted August 3, 2022 I'm working on some multiplayer scripts but have ran into a mystery. The two images below, then editor image shows my character model at X position 1716 In-game : local pos=player.ent:GetPosition() pos.x equals 17.5 as image shows.. whats happening here? My attempt at re-creating Anarchy Online is now on hold !!! Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
IceBurger Posted August 3, 2022 Share Posted August 3, 2022 Are you sure that player.ent is that object and not a child of it? Quote i now hate love C++ Beeeeeeeeeeeeeep~~This is a test of the emergency signature system~~Beeeeeeeeeeeeeep RX 6800XT | i5-13600KF | 32GB DDR5 | 1440p is perfect Link to comment Share on other sites More sharing options...
Alienhead Posted August 3, 2022 Author Share Posted August 3, 2022 yah that's the first thing I looked at, I ended up * 100 for now until. Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
klepto2 Posted August 3, 2022 Share Posted August 3, 2022 The position in the editors is measured in centimeters while the engine itself works with meters. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.