diff options
Diffstat (limited to 'builtin/client/cheats')
-rw-r--r-- | builtin/client/cheats/init.lua | 2 | ||||
-rw-r--r-- | builtin/client/cheats/render.lua | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua index 03fc20c60..6f3046f3c 100644 --- a/builtin/client/cheats/init.lua +++ b/builtin/client/cheats/init.lua @@ -27,6 +27,8 @@ core.cheats = { ["Coords"] = "coords", ["Tracers"] = "enable_tracers", ["ESP"] = "enable_esp", + ["NodeTracers"] = "enable_node_tracers", + ["NodeESP"] = "enable_node_esp", ["CheatHUD"] = "cheat_hud", }, ["World"] = { diff --git a/builtin/client/cheats/render.lua b/builtin/client/cheats/render.lua index 092c7fefc..6402246f3 100644 --- a/builtin/client/cheats/render.lua +++ b/builtin/client/cheats/render.lua @@ -1 +1,2 @@ core.register_list_command("xray", "Configure X-Ray", "xray_nodes") +core.register_list_command("search", "Configure NodeESP", "node_esp_nodes") |