mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
🚑 (esx_multcharacter/client) add new keys to enable list by @Arctos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user