Adham Posted April 19, 2016 Share Posted April 19, 2016 سلام عليكم سويت لوحة وعملت في الجنب صوره في الولحة الوحة تفتح تمام لاكن الصوره لا تبان GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(274, 210, 260, 143, "info", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(78, 36, 122, 15, "Comback within 05:12", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(78, 51, 122, 15, "عاود المحاوله لأحقا", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(82, 112, 96, 21, "OK", false, GUIEditor.window[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 0, 0, "info.png", false, GUIEditor.window[1]) end ) Link to comment
MR.GRAND Posted April 19, 2016 Share Posted April 19, 2016 سلام عليكم سويت لوحةوعملت في الجنب صوره في الولحة الوحة تفتح تمام لاكن الصوره لا تبان GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(274, 210, 260, 143, "info", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(78, 36, 122, 15, "Comback within 05:12", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(78, 51, 122, 15, "عاود المحاوله لأحقا", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(82, 112, 96, 21, "OK", false, GUIEditor.window[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 0, 0, "info.png", false, GUIEditor.window[1]) end ) تأكد من وضع الصورة في المكان المناسب وتأكد من الميتا ^ Link to comment
Adham Posted April 19, 2016 Author Share Posted April 19, 2016 ميتا - "[L]e3bA" version="1.0" type="script" name="gridlist" description="[L]e3bA" /> Link to comment
Adham Posted April 19, 2016 Author Share Posted April 19, 2016 ما يظهر الصوره في اللوحة Link to comment
MR.GRAND Posted April 19, 2016 Share Posted April 19, 2016 GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 0, 0, "info.png", false, GUIEditor.window[1]) كيف رح تظهر وانت حاط حجم الصورة 0 تأكد من الارقمنت الثالث والرابع Link to comment
Adham Posted April 19, 2016 Author Share Posted April 19, 2016 GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 54, 45, "info.png", false, GUIEditor.window[1]) مظهر بردة Link to comment
MR.GRAND Posted April 19, 2016 Share Posted April 19, 2016 GUIEditor.staticimage[1] = guiCreateStaticImage(284, 244, 54, 45, "info.png", false, GUIEditor.window[1]) مظهر بردة تأكد من الاحداثيات Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now