Mr.Mostafa Posted April 23, 2018 Share Posted April 23, 2018 آلسلام عليكم ممكن شرح لذآ آلكود وش يسوي guiSetEnabled(source, false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) Link to comment
Abu-Solo Posted April 23, 2018 Share Posted April 23, 2018 On 23/04/2018 at 06:39, Mr.Mostafa said: آلسلام عليكم ممكن شرح لذآ آلكود وش يسوي guiSetEnabled(source, false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) Expand هذا يقفل الزرار لفترة محدده ويفتحه مره ثانيه Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 07:29, Abu-Solo said: هذا يقفل الزرار لفترة محدده ويفتحه مره ثانيه Expand يعني دآ لمآ آضغط زر يضل مختفي فترة ويرجع ولآ كيف Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 (edited) On 23/04/2018 at 07:34, Mr.Mostafa said: يعني دآ لمآ آضغط زر يضل مختفي فترة ويرجع ولآ كيف Expand الكود معناه لما تضغط الزر ينقفل لمدة الانت حاطها وهي ٣ ثواني بعدين يفتح ثاني وهكذا Edited April 23, 2018 by MR.GNA7_# Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 07:45, MR.GNA7_# said: الكود معناه لما تضغط الزر ينقفل لمدة الانت حاطها وهي ٣ ثواني بعدين يفتح ثاني وهكذا Expand طيب حطيت آلكود بآلكلنت وشغلت آللوحة ضغطت زر مآ حصل شي ومآ آختفي Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 On 23/04/2018 at 07:48, Mr.Mostafa said: طيب حطيت آلكود بآلكلنت وشغلت آللوحة ضغطت زر مآ حصل شي ومآ آختفي Expand تاكد انك حاطط اسم الزر صح On 23/04/2018 at 07:54, MR.GNA7_# said: تاكد انك حاطط اسم الزر صح Expand ولو مانجح كلمني اعطيك كود كامل Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 07:54, MR.GNA7_# said: تاكد انك حاطط اسم الزر صح ولو مانجح كلمني اعطيك كود كامل Expand حآطط آلزر صح Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 On 23/04/2018 at 08:00, Mr.Mostafa said: حآطط آلزر صح Expand انا الحين جربت الكود وصلحان On 23/04/2018 at 08:00, Mr.Mostafa said: حآطط آلزر صح Expand اطرح اكواد كلنت Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 08:40, MR.GNA7_# said: انا الحين جربت الكود وصلحان اطرح اكواد كلنت Expand GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) end -- اغلاق end -- اغلاق ) -- اغلاق guiSetEnabled(source, false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) @MR.GNA7_# Link to comment
+Source|> Posted April 23, 2018 Share Posted April 23, 2018 (edited) On 23/04/2018 at 09:02, Mr.Mostafa said: GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) end -- اغلاق end -- اغلاق ) -- اغلاق guiSetEnabled(source, false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) @MR.GNA7_# Expand جرب GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) guiSetEnabled(GUIEditor.button[1], false) setTimer(function guiSetEnabled(GUIEditor.button[1],true) end, 3000, 1 ) end -- اغلاق end -- اغلاق ) -- اغلاق Edited April 23, 2018 by Source|> Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 09:34, Source|> said: جرب GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) guiSetEnabled(GUIEditor.button[1], false) setTimer(function guiSetEnabled(GUIEditor.button[1],true) end, 3000, 1 ) end -- اغلاق end -- اغلاق ) -- اغلاق Expand مآ آشتغل Link to comment
Doffy Posted April 23, 2018 Share Posted April 23, 2018 GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) guiSetEnabled(GUIEditor.button[1], false) setTimer(function() guiSetEnabled(GUIEditor.button[1],true) end, 3000, 1 ) end -- اغلاق end -- اغلاق ) -- اغلاق Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 On 23/04/2018 at 10:44, #DesTroeyR said: GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) guiSetEnabled(GUIEditor.button[1], false) setTimer(function() guiSetEnabled(GUIEditor.button[1],true) end, 3000, 1 ) end -- اغلاق end -- اغلاق ) -- اغلاق Expand تمآم آشتغل بس لو آبي مثلا آخلي آلزر مغلق 10 ثوآني - آو دقيقة آو دقيقتين مثلا آعدل رقم وش ب ست تآيمر؟ Link to comment
Doffy Posted April 23, 2018 Share Posted April 23, 2018 sec = 5 -- عدل هنا الوقت بالثواني GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(600, 305, 169, 86, "لوحة سيآرآت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FEE4") GUIEditor.button[1] = guiCreateButton(24, 30, 128, 37, "آخد سيآرة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") end ) addEventHandler('onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent('M4', localPlayer) guiSetEnabled(GUIEditor.button[1], false) setTimer(function() guiSetEnabled(GUIEditor.button[1],true) end, 1000*sec, 1 ) end -- اغلاق 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