Hello, living creature was able to implement this feature, I'm racking my head a few weeks, here is my code, the ability does not come out when I click apply outfit, nothing happens (((
void FrontendWarZ::eventChangeOutfit(r3dScaleformMovie* pMovie, const Scaleform::GFx::Value* args, unsigned argCount)
{
PlayerCreateLoadout.HeroItemID = args[0].GetInt();
PlayerCreateLoadout.HeadIdx = args[1].GetInt();
PlayerCreateLoadout.BodyIdx = args[2].GetInt();
PlayerCreateLoadout.LegsIdx = args[3].GetInt();
m_Player->UpdateLoadoutSlot(gUserProfile.ProfileData.ArmorySlots[gUserProfile.SelectedCharID]);
}





