Er-han20
Reserve Team
I used Fut kits by adding new teams for the my patch. But that created a problem with the fan kits. In the teams I added with the new ids, the fan kits appear by default. Can these lines on this topic be the solution? I couldn't figure out how to use it. Can someone help? Is there another solution?
if param == 'default' then
-- Body params
hrc.Height = 181.0
-- Set Jersey parameters
hrc.DisableCloth = 1 -- Disable Cloth
hrc.IsCaptain = false
hrc.Wet = false
hrc.KitName = "Not In DB"
hrc.Kit = hrc.TeamId
hrc.KitType = hrc.TeamSide -- 0 == home, 1 == away
hrc.KitYear = 0
hrc.JerseyNameVisible = 0 -- Disable Name on Jersey
hrc.JerseyFrontNumberVisible = false
hrc.JerseyBackNumberVisible = false
hrc.JerseySleeveLength = 0 -- Hard-code jersey sleeve length to be short
hrc.JerseyTucked = 1 -- Leave jersey untucked
hrc.JerseyArmBand = 0 -- No arm band
hrc.JerseyFit = 0
hrc.JerseyCollarType = 0
end
if param == 'default' then
-- Body params
hrc.Height = 181.0
-- Set Jersey parameters
hrc.DisableCloth = 1 -- Disable Cloth
hrc.IsCaptain = false
hrc.Wet = false
hrc.KitName = "Not In DB"
hrc.Kit = hrc.TeamId
hrc.KitType = hrc.TeamSide -- 0 == home, 1 == away
hrc.KitYear = 0
hrc.JerseyNameVisible = 0 -- Disable Name on Jersey
hrc.JerseyFrontNumberVisible = false
hrc.JerseyBackNumberVisible = false
hrc.JerseySleeveLength = 0 -- Hard-code jersey sleeve length to be short
hrc.JerseyTucked = 1 -- Leave jersey untucked
hrc.JerseyArmBand = 0 -- No arm band
hrc.JerseyFit = 0
hrc.JerseyCollarType = 0
end
Last edited: