Шо с этим делать??
WoWScrnShot_040218_204054.jpg
Код:local x = 0 for i=1, NUM_PET_ACTION_SLOTS do local petbutton = _G["PetActionButton"..i] if petbutton then petbutton:ClearAllPoints() petbutton:SetPoint("CENTER", PetActionBarFrame, "LEFT", x, 0) petbutton.SetPoint = function() end end x=x+34 end PetActionBarFrame:SetParent(UIParent) PetActionBarFrame:ClearAllPoints() PetActionBarFrame:SetPoint("CENTER",MultiBarBottomRightButton9,"TOP",0,18) PetActionBarFrame.SetPoint = function() end PetActionBarFrame:SetScale(0.85)



