DataTable warning: (class player): Out-of-range value (-1249.999756) in SendProp
5 replies, posted
how can I solve that? it spams to my server's console
DataTable warning: (class player): Out-of-range value (-1249.999756) in SendPropFloat 'm_flDucktime', clamping.
Some script is trying to set a time value (m_flDucktime) to a negative value, which is throwing because negative time doesn't make sense in this context, so its therefore clamping it to 0 or some default potentially.
Have you been working on any scripts or added anything recently that would effect player movement, ducking specifically?
sadly no I cant think of any of my addons thats editing ducking movement
I've noticed this error a lot in various GMod servers - I have a feeling there's some networking/prediction mismatch that is causing the server to interpret DuckTime's value incorrectly.
thank you very much
It's smartsnap.
Sorry, you need to Log In to post a reply to this thread.