From 3f535c8e6f8394d38a51367f239b793888708b30 Mon Sep 17 00:00:00 2001 From: TheFantomas <117121911+TheFantomas@users.noreply.github.com> Date: Sun, 9 Jul 2023 18:26:27 +0200 Subject: [PATCH] refactor(esx_multicharacter): Add new ignored keys > fix esx_skin --- [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 572fd8ad..22398920 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, 19, 27, 108, 109, 172, 173, 174, 175, 176, 177, 187, 188, 191, 201, 209} while hidePlayers do DisableAllControlActions(0) for i = 1, #keys do