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/common/chatcommands.lua | 2 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 6 |
4 files changed, 10 insertions, 1 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/common/chatcommands.lua b/builtin/common/chatcommands.lua index 709c3d00a..bf989db7d 100644 --- a/builtin/common/chatcommands.lua +++ b/builtin/common/chatcommands.lua @@ -68,7 +68,7 @@ if INIT == "client" then end end end - return false, "Invalid usage. (See /help " .. command .. ")" + return false, "Invalid usage. (See .help " .. command .. ")" end core.register_chatcommand(command, def) end 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 |