Raised This Month: $51 Target: $400
 12% 

REMOVE "D.KIT" from scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
blood2k
Senior Member
Join Date: Mar 2014
Old 10-17-2019 , 12:28   REMOVE "D.KIT" from scoreboard
Reply With Quote #1

As you are all aware of the new update, there's now a couple cvars u can control the extra data displayed on scoreboard. However, "D.Kit" is shown on scoreboard when pressing tab, and I've had many complaints about this from users. Is there a way to remove it from showing on scoreboard?
blood2k is offline
DaniwA
Junior Member
Join Date: May 2018
Old 01-05-2020 , 11:35   Re: REMOVE "D.KIT" from scoreboard
Reply With Quote #2

Not really an amxx fix but I fixed this on my server by NOP:ing the updated code in cs.so binary. Use hex editor and objdump.
Among the output of "objdump -d cs.so" are these 4 lines:

107e52: 80 bf 1a 03 00 00 00 cmpb $0x0,0x31a(%edi)
107e59: 0f 45 da cmovne %edx,%ebx
101a38: 80 bd 1a 03 00 00 00 cmpb $0x0,0x31a(%ebp)
101a3f: 0f 45 f0 cmovne %eax,%esi

Just open ghex or some other hexeditor and search for "80 bf 1a 03 00 00 00 0f 45 da" and "80 bd 1a 03 00 00 00 0f 45 f0". Replace both these with “90 90 90 90 90 90 90 90 90 90”. It should remove D.KIT from scoreboard.
DaniwA is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode