I was coding the new TA snap implementation and noticed a strange behavior of ENT:(Set/Get)NWVector. I am setting the spawn position here and reading it here. Obviously it is SERVER --> CLIENT with the same key “ray_intersect_pos”.
- When I reload the source with saving the file it transmits one vector and then stays the same.
- I am transmitting the information from the SV to CL
- No matter what I change vector offsets to it does not wanna change.
I am having the following output with “set” on SV and “use” on CL:
SET 6778.269363634 525.186646 1215.082520 -12285.862305
USE 6778.2767429686 369.156250 528.343750 -12285.843750
SET 6778.2822110742 525.186646 1215.082520 -12285.862305
USE 6778.2898019144 369.156250 528.343750 -12285.843750
SET 6778.295283459 525.186646 1215.082520 -12285.862305
USE 6778.302789505 369.156250 528.343750 -12285.843750
SET 6778.3082320123 525.186646 1215.082520 -12285.862305
USE 6778.3156779024 369.156250 528.343750 -12285.843750
It seems hat this guy has similar issue here: