mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 06:01:25 +00:00
uh
This commit is contained in:
@@ -110,7 +110,7 @@ if ESX.GetConfig().Multichar then
|
||||
if Characters[index] then
|
||||
local skin = Characters[index].skin or Config.Default
|
||||
if not Characters[index].model then
|
||||
if Characters[index].sex == TranslateCapCap('female') then skin.sex = 1 else skin.sex = 0 end
|
||||
if Characters[index].sex == TranslateCap('female') then skin.sex = 1 else skin.sex = 0 end
|
||||
end
|
||||
TriggerEvent('skinchanger:loadSkin', skin)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user