what does this mean

gamertag123

L1: Registered
Jan 21, 2021
3
0
DataTable warning: (class player): Out-of-range value (-2200.000000 / -1000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
 

14bit

L14: Bit Member
aa
Oct 5, 2014
642
2,068
I believe that error shows up when something in your map is trying to get a player to move faster than the engine can handle, so the engine is letting you know it's slowing them down to be able to handle it. Are you launching players around at high speeds, or have really fast moving props or geometry players are interacting with? I encountered it years ago when using using trigger_pushes to catapult players around in a joke map, and I've seen it happen in various other joke maps over the years doing similar things. As far as I'm aware, it shouldn't cause any issues and you can safely ignore it.