fix(multichar): Enable and and right arrow keys while loop is active

Due to hidePlayers now waiting until a skin has been set before disabling, these keys are now required.
This commit is contained in:
Linden
2021-06-29 19:26:32 +10:00
parent ab21737644
commit 7b5a3559cd
@@ -44,7 +44,7 @@ if ESX.GetConfig().Multichar then
hidePlayers = true
MumbleSetVolumeOverride(PlayerId(), 0.0)
Citizen.CreateThread(function()
local keys = {18, 27, 172, 173, 176, 177, 187, 188, 191, 201, 108, 109}
local keys = {18, 27, 172, 173, 174, 175, 176, 177, 187, 188, 191, 201, 108, 109}
while hidePlayers do
DisableAllControlActions(0)
for i=1, #keys do