king-b7r Posted November 18, 2013 Share Posted November 18, 2013 (edited) السلام عليكم شباب ابي تخلون كود ذي النافذه يفتح من اف 5 GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(108, 96, 432, 329, "القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(19, 40, 95, 101, "ميوت 5 دقائق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF77243B") GUIEditor.button[2] = guiCreateButton(127, 80, 295, 25, "السب الشتم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF623F38") GUIEditor.button[3] = guiCreateButton(127, 116, 295, 25, "ازعاج الادمن", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF2B6916") GUIEditor.button[4] = guiCreateButton(19, 40, 95, 101, "ميوت 5 دقائق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF77243B") GUIEditor.button[5] = guiCreateButton(22, 248, 92, 71, "باند مؤبد", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF77243B") GUIEditor.button[6] = guiCreateButton(10, 151, 412, 93, "إن حاولت تهكير السيرفر سيتم اضافتك للقائمة السوداء #", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "sa-header") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF8D0C0C") GUIEditor.button[7] = guiCreateButton(127, 255, 292, 25, " يمنع تقليد اسم ادمن وإلآ العقوبة ~>", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF6B6513") GUIEditor.button[8] = guiCreateButton(127, 294, 292, 25, "استخدام اكود هكر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[8], "default-bold-small") guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF088A93") GUIEditor.button[9] = guiCreateButton(127, 45, 292, 25, "نشر و تكرار", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF040494") end ) Edited November 18, 2013 by Guest Link to comment
TAPL Posted November 18, 2013 Share Posted November 18, 2013 bindKey مطروح الموضوع 544554574547654556241556244892378497239874893759832445562446524365 مره ابحث و تلقاه Link to comment
Tete omar Posted November 18, 2013 Share Posted November 18, 2013 viewtopic.php?f=160&t=64946&p=613258 Eissa اعتقد بيفيدك ذا الموضوع يا Link to comment
king-b7r Posted November 18, 2013 Author Share Posted November 18, 2013 انا مسوي حساب لأن بس جامر قال روماند مصمم ومبرمج نوافذ وخبير ومدري وش خلاص صدقو الناس وكل ماأحط شي : انت مبرمج خطير وخبير ومدري وش + الكود اذا قلت بحطه بتقولون اكيد مو لي ولا بتيفيدوني انا مسويه حق واحد اسمه بحر وهذا حساب له Link to comment
MeZo999 Posted November 18, 2013 Share Posted November 18, 2013 ضيف هاذا # guiSetVisible (GUIEditor_Window[1], false) function OpenWin() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("حط الزر هنا", "down", OpenWin) السطر الاخير في حط الزر هنا عدلها للزر وحطه هاذا اخر كودك Link to comment
king-b7r Posted November 18, 2013 Author Share Posted November 18, 2013 ضيف هاذا # guiSetVisible (GUIEditor_Window[1], false) function OpenWin() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("حط الزر هنا", "down", OpenWin) اظن انها مو Window اظن انها tap السطر الاخير في حط الزر هنا عدلها للزر وحطه هاذا اخر كودك Link to comment
فاّرس Posted November 18, 2013 Share Posted November 18, 2013 GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(108, 96, 432, 329, "القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1],false) GUIEditor.button[1] = guiCreateButton(19, 40, 95, 101, "ميوت 5 دقائق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF77243B") GUIEditor.button[2] = guiCreateButton(127, 80, 295, 25, "السب الشتم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF623F38") GUIEditor.button[3] = guiCreateButton(127, 116, 295, 25, "ازعاج الادمن", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF2B6916") GUIEditor.button[4] = guiCreateButton(19, 40, 95, 101, "ميوت 5 دقائق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF77243B") GUIEditor.button[5] = guiCreateButton(22, 248, 92, 71, "باند مؤبد", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF77243B") GUIEditor.button[6] = guiCreateButton(10, 151, 412, 93, "إن حاولت تهكير السيرفر سيتم اضافتك للقائمة السوداء #", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "sa-header") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF8D0C0C") GUIEditor.button[7] = guiCreateButton(127, 255, 292, 25, " يمنع تقليد اسم ادمن وإلآ العقوبة ~>", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF6B6513") GUIEditor.button[8] = guiCreateButton(127, 294, 292, 25, "استخدام اكود هكر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[8], "default-bold-small") guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF088A93") GUIEditor.button[9] = guiCreateButton(127, 45, 292, 25, "نشر و تكرار", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF040494") end ) bindKey('F5','down',function() guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(not isCursorShowing()) 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