diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/client/cheats/init.lua | 2 | ||||
-rw-r--r-- | builtin/client/cheats/render.lua | 1 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 6 |
3 files changed, 9 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") diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 74fb5dc92..ce7d301dd 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2345,3 +2345,9 @@ forcefield (Forcefield) bool false friendlist (Killaura / Forcefield Friendlist) string cheat_hud (CheatHUD) bool true + +enable_node_esp (NodeESP) bool false + +enable_node_tracers (NodeTracers) bool false + +node_esp_nodes (NodeESP Nodes) string |