fix(client): 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:24:56 +10:00
parent c97daae2a9
commit e7090e6a7d
+1 -1
View File
@@ -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