mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user