mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Max values fix for ears (#48)
This commit is contained in:
+2
-2
@@ -161,8 +161,8 @@ function GetMaxVals()
|
||||
chest_3 = GetNumHairColors()-1,
|
||||
bodyb_1 = GetNumHeadOverlayValues(11)-1,
|
||||
bodyb_2 = 10,
|
||||
ears_1 = GetNumberOfPedPropDrawableVariations (playerPed, 1) - 1,
|
||||
ears_2 = GetNumberOfPedPropTextureVariations (playerPed, 1, Character['ears_1'] - 1),
|
||||
ears_1 = GetNumberOfPedPropDrawableVariations (playerPed, 2) - 1,
|
||||
ears_2 = GetNumberOfPedPropTextureVariations (playerPed, 2, Character['ears_1'] - 1),
|
||||
tshirt_1 = GetNumberOfPedDrawableVariations (playerPed, 8) - 1,
|
||||
tshirt_2 = GetNumberOfPedTextureVariations (playerPed, 8, Character['tshirt_1']) - 1,
|
||||
torso_1 = GetNumberOfPedDrawableVariations (playerPed, 11) - 1,
|
||||
|
||||
Reference in New Issue
Block a user