From 36da03d4e327ff7fdc67c01826a09d25eb76c638 Mon Sep 17 00:00:00 2001 From: reaaLx Date: Tue, 23 Aug 2022 07:55:53 +1000 Subject: [PATCH] add vote binds referenced from cod4 mp config --- iw4x/iw4x_00/default_mp_controls.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iw4x/iw4x_00/default_mp_controls.cfg b/iw4x/iw4x_00/default_mp_controls.cfg index 21f7666..662e23f 100644 --- a/iw4x/iw4x_00/default_mp_controls.cfg +++ b/iw4x/iw4x_00/default_mp_controls.cfg @@ -61,8 +61,12 @@ bind y "chatmodeteam" //bind z "+talk" //bind x "openscriptmenu ingame changeweapon" +// MULTIPLAYER VOTE CONTROLS +bind F1 "vote yes" +bind F2 "vote no" + // CLIENT ENVIRONMENT COMMANDS bind F12 "screenshotJPEG" // Default controller bindings -exec default_mp_controller.cfg \ No newline at end of file +exec default_mp_controller.cfg