🚑 (esx_multcharacter/client) add new keys to enable list by @Arctos

This commit is contained in:
Gellipapa
2023-07-09 18:30:09 +02:00
parent df904a1968
commit 4bb98a8e0f
+1 -1
View File
@@ -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