Bugzilla – Bug 3134
a bug about "cs_set_user_model"
Last modified: 2015-07-20 01:43:04 PDT
When you use a admin access enter the game,and you use cs_set_user_model set youself. Then you change name ,but your serverconsole would not log about the changename event.
The whole cs_set_user_model native needs recoding. It's a known issue due to the method used for model changing, it's not just name changing affected it's the entire infobuffer data! Crash problem here as well: http://bugs.alliedmods.net/index.php?do=details&task_id=1441&project=2 Sawce I can help you fix this I've already implemented a tried and tested method in upcoming ChickenMod which also alters hitboxes (CS Specific)
*** Bug 3142 has been marked as a duplicate of this bug. ***
This native needs to be rewritten from scratch and it will require extensive tests. Basically, that's something to see later, unless someone is read to give a try.
Commit pushed to master at https://github.com/alliedmodders/amxmodx https://github.com/alliedmodders/amxmodx/commit/8be119aa6a304fb330656dc451badd876d1da821 Cstrike: cs_set/reset_user_model/team - Stagger user's info updates across multiple frames (bug 3134)