Купер 2 841 Опубликовано 23 Февраля 2023 @DarkKel , Скрытый текст if not blurs then blurs = {} for i=1,4 do local pht = {} for ii = 1,10 do --* вот это вот в ui_custom_msgs добавил? local static = "hud_blur"..i.."_"..ii hud:AddCustomStatic(static) pht[ii] = hud:GetCustomStatic(static):wnd() end blurs[i] = pht end end ui_custom_msgs.xml <hud_blur1_1 x="0" y="0" width="1024" height="768" stretch="1"> <texture a="25">dinamic_hud\breath1</texture> </hud_blur1_1> ... <hud_blur4_10 x="0" y="0" width="1024" height="768" stretch="1"> <texture a="255">dinamic_hud\breath3</texture> </hud_blur4_10> Поделиться этим сообщением Ссылка на сообщение