From 4bb98a8e0faad70672813e372565c97381d15c49 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sun, 9 Jul 2023 18:30:09 +0200 Subject: [PATCH] :ambulance: (esx_multcharacter/client) add new keys to enable list by @Arctos --- [core]/esx_multicharacter/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_multicharacter/client/main.lua b/[core]/esx_multicharacter/client/main.lua index c723422c..fd2b2c06 100644 --- a/[core]/esx_multicharacter/client/main.lua +++ b/[core]/esx_multicharacter/client/main.lua @@ -50,7 +50,7 @@ if ESX.GetConfig().Multichar then hidePlayers = true MumbleSetVolumeOverride(PlayerId(), 0.0) CreateThread(function() - local keys = { 18, 27, 172, 173, 174, 175, 176, 177, 187, 188, 191, 201, 108, 109 } + local keys = { 18, 27, 172, 173, 174, 175, 176, 177, 187, 188, 191, 201, 108, 109, 209, 19 } while hidePlayers do DisableAllControlActions(0) for i = 1, #keys do