#Mr.alkmasha Posted October 17, 2014 Share Posted October 17, 2014 تفضل GUIEditor = { button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateStaticImage(252, 74, 356, 221, "اسم الصوره مثلا|anas.png", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(202, 132, 125, 39, "دم بــ = 100$", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(30, 132, 125, 39, "درع بــ=500", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(126, 35, 86, 16, "منورين السيرفر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") end ) 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