Fix links
This commit is contained in:
parent
543c00e294
commit
3738e6cd7c
|
@ -47,13 +47,13 @@ attacking if there is no visible target.
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
||||||
[[https://git.deadzone.lol/Wizzard/goldsource-cheat/src/branch/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
|
[[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/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.
|
console variables than more customization at runtime.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Bullet tracer color, width and time can be changed at the bottom of the
|
*Note:* Bullet tracer color, width and time can be changed at the bottom of the
|
||||||
=bullet_tracers()= function inside [[https://git.deadzone.lol/Wizzard/goldsource-cheat/src/branch/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
=bullet_tracers()= function inside [[https://git.deadzone.lol/Wizzard/goldsrc-cheat/src/branch/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
|
@ -62,7 +62,7 @@ console variables than more customization at runtime.
|
||||||
|
|
||||||
* Building
|
* Building
|
||||||
#+begin_src console
|
#+begin_src console
|
||||||
$ git clone --recurse-submodules https://git.deadzone.lol/Wizzard/goldsource-cheat
|
$ git clone --recurse-submodules https://git.deadzone.lol/Wizzard/goldsrc-cheat
|
||||||
$ cd goldsource-cheat
|
$ cd goldsource-cheat
|
||||||
$ make
|
$ make
|
||||||
...
|
...
|
||||||
|
|
|
@ -97,7 +97,7 @@ int h_HUD_Redraw(float time, int intermission) {
|
||||||
color = (rgb_t){ 0, 255, 255 }; // default color
|
color = (rgb_t){ 0, 255, 255 }; // default color
|
||||||
}
|
}
|
||||||
/* Watermark */
|
/* Watermark */
|
||||||
engine_draw_text(5, 5, "https://git.deadzone.lol/Wizzard/goldsource-cheat", color);
|
engine_draw_text(5, 5, "https://git.deadzone.lol/Wizzard/goldsrc-cheat", color);
|
||||||
}
|
}
|
||||||
|
|
||||||
esp();
|
esp();
|
||||||
|
|
|
@ -58,7 +58,7 @@ void load(void) {
|
||||||
|
|
||||||
i_engine->pfnClientCmd("echo \"goldsource-cheat loaded successfully!\"");
|
i_engine->pfnClientCmd("echo \"goldsource-cheat loaded successfully!\"");
|
||||||
i_engine->pfnClientCmd("echo \"Deadzone rulez!\"");
|
i_engine->pfnClientCmd("echo \"Deadzone rulez!\"");
|
||||||
i_engine->pfnClientCmd("echo \"https://git.deadzone.lol/Wizzard/goldsource-cheat\"");
|
i_engine->pfnClientCmd("echo \"https://git.deadzone.lol/Wizzard/goldsrc-cheat\"");
|
||||||
|
|
||||||
|
|
||||||
GameType game = get_current_game();
|
GameType game = get_current_game();
|
||||||
|
|
Loading…
Reference in New Issue