0 Üye ve 1 Ziyaretçi konuyu incelemekte.
Arkadaşlar F1 Panale Arka Plan Ekledim Fakat Paneli startladım çalışmadı Sorun nedir Anlamadım Tüyo Verirmisiniz size Göre yapayım
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
İnternette Biraz Araştırırsan Bulabilirsin Veya Yeni Bir Freeroam Panel Bulabilirsin.
fr_client.lua İçine Şu Kodları YapıştırKod: luafunction 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