From e12d29056de7a8889ba22ce1d2ff85f23d2bce35 Mon Sep 17 00:00:00 2001 From: VortrexFTW Date: Mon, 7 Sep 2020 11:33:50 -0500 Subject: [PATCH] Add action key configs --- scripts/server/config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scripts/server/config.js b/scripts/server/config.js index 80b941b2..e13fe4e6 100644 --- a/scripts/server/config.js +++ b/scripts/server/config.js @@ -129,6 +129,20 @@ let serverConfig = { fuelStation: 0, }, ], + + // Not implemented yet + keybindText: { + actionKey: "E", + vehicleEngineKey: "O", + vehicleLightsKey: "K", + vehicleLocksKey: "L", + }, + keybinds: { + actionKey: SDLK_e, + vehicleEngineKey: SDLK_e, + vehicleLightsKey: SDLK_k, + vehicleLocksKey: SDLK_l, + }, }; // ---------------------------------------------------------------------------- \ No newline at end of file