README - Add tracers feature
This commit is contained in:
parent
d09fdf66b5
commit
865a02a8cd
|
@ -25,6 +25,7 @@ Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ah
|
|||
| ESP | =cv_esp= | off/3d-box/name/all |
|
||||
| Chams | =cv_chams= | off/players/hands/all* |
|
||||
| Crosshair | =cv_crosshair= | off/length |
|
||||
| Tracers | =cv_tracers= | off/on* |
|
||||
|
||||
|
||||
#+begin_quote
|
||||
|
@ -37,6 +38,11 @@ Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ah
|
|||
console variables than more customization at runtime.
|
||||
#+end_quote
|
||||
|
||||
#+begin_quote
|
||||
*Note:* Bullet tracer color, width and time can be changed at the bottom of the
|
||||
=bullet_tracers()= function inside [[https://github.com/8dcc/hl-cheat/blob/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
||||
#+end_quote
|
||||
|
||||
* Building
|
||||
#+begin_src console
|
||||
$ git clone --recurse-submodules https://github.com/8dcc/hl-cheat
|
||||
|
|
Loading…
Reference in New Issue