Hexer10 / HexTags

Customize tags & chat colors!
https://forums.alliedmods.net/showthread.php?p=2566623
GNU General Public License v3.0
54 stars 16 forks source link

RankMe Support Issue #31

Closed TandelK closed 5 years ago

TandelK commented 5 years ago

Basically for RankMe is present or not conditions had a issue.

bRankme = LibraryExists("rankme") && cv_bDisableRankme.BoolValue; basically used to send 2 different answers, one is true as 1 and for 2nd conditions from default will send 0 sending bRankMe as false of Rankme Support.

Fix #32

TandelK commented 5 years ago

LibraryExists("rankme") will send 1 cv_bDisableRankme.BoolValue will send 0 for cvar in hextags.cfg for disableRankMe it should be 1 for sending as present and that will actually tell RankMe is present in the server.