README - Add chams color note

This commit is contained in:
8dcc 2023-07-25 15:05:46 +02:00
parent 0b72235dea
commit d2d1f55d22
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,13 @@ Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ah
| Bhop | =cv_bhop= | off/on |
| ESP | =cv_esp= | off/3d-box/name/all |
| Autostrafe | =sv_autostrafe= | off/rage/legit |
| Chams | =cv_chams= | off/on |
| Chams | =cv_chams= | off/on* |
#+begin_quote
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
[[https://github.com/8dcc/hl-cheat/blob/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
console variables than more customization at runtime.
#+end_quote
* Building
#+begin_src console