0 Üye ve 2 Ziyaretçi konuyu incelemekte.
Çok güzel
Ben beğenmedim
Bende projeden atılsam bende beğenmezdim.
Evet saten sebebi o idi nereden bildin yawAslında girmek bile istemiyordum core gitmese gelmezdim
Tasarım olarak bende beğenmedim özelliklerde yer kaplamaması adına güzel olmuş, eline sağlık
Arka planı değiştirebilirmiyiz bu panelin.
Dosyalardan değiştirebilirsin. (Dosya adı "arkaplan veya background" olmalı.)
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "arkaplan.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 30, 5, 250, 100, titleBarText2, false, mainBackground ) guiSetFont ( mainBackgroundLabel, newFont ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackgroundend
Yardımın için teşekkür ederim.Mesaj Birleştirildi: 02 Nisan 2019, 17:24:57Kodfunction guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "arkaplan.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 30, 5, 250, 100, titleBarText2, false, mainBackground ) guiSetFont ( mainBackgroundLabel, newFont ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackgroundendarka plan için bu kodu ekliyince panel bozuluyor.