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