From 028d3d731fcf1bd02fc2c724a80ff624bccec989 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 14 Jan 2014 21:47:54 +0100 Subject: [PATCH] DDNet auto binds --- src/game/client/components/binds.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/game/client/components/binds.cpp b/src/game/client/components/binds.cpp index aa4bbafee..3387d57a9 100644 --- a/src/game/client/components/binds.cpp +++ b/src/game/client/components/binds.cpp @@ -268,10 +268,12 @@ void CBinds::SetDDRaceBinds(bool FreeOnly) Bind('c', "say /rank"); Bind('v', "say /info"); Bind('b', "say /top5"); + Bind('p', "say /points"); Bind('z', "emote 12"); Bind('x', "emote 14"); Bind('h', "emote 2"); Bind('m', "emote 5"); + Bind('s', "+showhookcoll"); Bind(KEY_PAGEDOWN, "cl_show_entities 0"); Bind(KEY_PAGEUP, "cl_show_entities 1"); Bind(KEY_KP0, "say /emote normal 999999"); @@ -341,5 +343,6 @@ void CBinds::SetDDRaceBinds(bool FreeOnly) if(!Get(KEY_EQUALS)[0]) Bind(KEY_EQUALS, "spectate_next"); } - g_Config.m_ClDDRaceBindsSet = 1; + + g_Config.m_ClDDRaceBindsSet = 1; }