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 49 minutes ago, Mr.Mostafa said: آلسلام عليكم ممكن شرح لذآ آلكود وش يسوي guiSetEnabled(source, false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) هذا يقفل الزرار لفترة محدده ويفتحه مره ثانيه Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 4 minutes ago, Abu-Solo said: هذا يقفل الزرار لفترة محدده ويفتحه مره ثانيه يعني دآ لمآ آضغط زر يضل مختفي فترة ويرجع ولآ كيف Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 (edited) 11 minutes ago, Mr.Mostafa said: يعني دآ لمآ آضغط زر يضل مختفي فترة ويرجع ولآ كيف الكود معناه لما تضغط الزر ينقفل لمدة الانت حاطها وهي ٣ ثواني بعدين يفتح ثاني وهكذا Edited April 23, 2018 by MR.GNA7_# Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 2 minutes ago, MR.GNA7_# said: الكود معناه لما تضغط الزر ينقفل لمدة الانت حاطها وهي ٣ ثواني بعدين يفتح ثاني وهكذا طيب حطيت آلكود بآلكلنت وشغلت آللوحة ضغطت زر مآ حصل شي ومآ آختفي Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 5 minutes ago, Mr.Mostafa said: طيب حطيت آلكود بآلكلنت وشغلت آللوحة ضغطت زر مآ حصل شي ومآ آختفي تاكد انك حاطط اسم الزر صح Just now, MR.GNA7_# said: تاكد انك حاطط اسم الزر صح ولو مانجح كلمني اعطيك كود كامل Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 6 minutes ago, MR.GNA7_# said: تاكد انك حاطط اسم الزر صح ولو مانجح كلمني اعطيك كود كامل حآطط آلزر صح Link to comment
MR.GNA7_# Posted April 23, 2018 Share Posted April 23, 2018 39 minutes ago, Mr.Mostafa said: حآطط آلزر صح انا الحين جربت الكود وصلحان 40 minutes ago, Mr.Mostafa said: حآطط آلزر صح اطرح اكواد كلنت Link to comment
Mr.Mostafa Posted April 23, 2018 Author Share Posted April 23, 2018 21 minutes ago, MR.GNA7_# 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_# Link to comment
+Source|> Posted April 23, 2018 Share Posted April 23, 2018 (edited) 32 minutes ago, 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_# جرب 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 53 minutes ago, 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 -- اغلاق ) -- اغلاق مآ آشتغل 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 42 minutes ago, #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 -- اغلاق ) -- اغلاق تمآم آشتغل بس لو آبي مثلا آخلي آلزر مغلق 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