View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 10-23-2020 , 01:06   Re: [CS:GO] Getting data from the netprop "m_szCrosshairCodes"
Reply With Quote #4

Quote:
Originally Posted by manicogaming View Post
What exactly am I doing wrong here?
Nothing. It's a bug. I've posted a fix here, https://github.com/alliedmodders/sourcemod/pull/1372

Quote:
Originally Posted by manicogaming View Post
So the "m_szCrosshairCodes" netprop doesn't work? Also this way if I want to change a crosshair code instead of doing kv.GetString I can do kv.SetString right?
That should work, or you can also manually call ClientCommandKeyValues to simulate a player sending it with the value you want.
psychonic is offline