Jump to content

السلام عليكم احتاج مساعدة ضروري


Recommended Posts

السلام عليكم عندي ذا الكود ما اعرف ليش ميشتغل وقت اشغل اللعبة وهو مفعل تتطلع النافذة فورا شو اعمل حتى كود الازرار تحت مش بيشتغل احتاج مساعدة

GUIEditor = {
    button = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()

        GUIEditor.button[1] = guiCreateButton(0.24, 0.23, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "F5FF97EE")

        GUIEditor.button[2] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[3] = guiCreateButton(0.24, 0.36, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[4] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[5] = guiCreateButton(0.24, 0.50, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[6] = guiCreateButton(0.24, 0.57, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[7] = guiCreateButton(0.24, 0.43, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[8] = guiCreateButton(0.24, 0.64, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[8], "default-bold-small")
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "F5FF97EE")    
    end
)

local screenW, screenH = guiGetScreenSize()

addEventHandler("onClientRender", root,
    function()

        dxDrawLine(318 - 1, 113 - 1, 318 - 1, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 113 - 1, 318 - 1, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(318 - 1, 619, 1012, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 619, 1012, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawRectangle(318, 113, 694, 506, tocolor(1, 0, 1, 202), false)
        dxDrawRectangle(359, 142, 0, 0, tocolor(255, 255, 255, 255), false)
        dxDrawRectangle(screenW * 0.3492, screenH * 0.1849, screenW * 0.0000, screenH * 0.0221, tocolor(4, 2, 7, 220), true)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) - 1, (screenW * 0.7408) - 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) - 1, (screenW * 0.7408) + 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) + 1, (screenW * 0.7408) - 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) + 1, (screenW * 0.7408) + 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", screenW * 0.2335, screenH * 0.7773, screenW * 0.7408, screenH * 0.8060, tocolor(151, 255, 185, 245), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) - 1, (screenW * 0.7372) - 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) - 1, (screenW * 0.7372) + 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) + 1, (screenW * 0.7372) - 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) + 1, (screenW * 0.7372) + 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", screenW * 0.2372, screenH * 0.1484, screenW * 0.7372, screenH * 0.1979, tocolor(217, 67, 254, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
    end
)

addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == m
 ) then -- اسم الزر الي بعد ماتضغطه يطلع لك اللوحه 
    guiSetVisible (  dxDrawRectangle, true ) -- هنا حط اسم اللوحه الي تبيها تطلع بعد ما تضغط الزر 
    --  هنا حط اللوحه والقيم الي فيها مثل الصور والازرار عشان تطلع 
        elseif ( source ==  m
 ) then -- اسم الزر حق اخفاء اللوحه الي طلعتها 
    guiSetVisible (  dxDrawRectangle, false ) -- اخفاء اللوحه 
    showCursor ( false ) -- X 
    end 
end ) 

اريد الحل وشكرا

Link to comment
  • Scripting Moderators

.وعليكم السلام، تم نقل موضوعك إلى قسم البرمجة، الرجاء إستعمال هذا القسم في المرة القادمة


16 hours ago, jamalgoving said:

وقت اشغل اللعبة وهو مفعل تتطلع النافذة فورا

.طبيعي يصير كذا؟ لأنك جالس تصنع الأزرار ومو كاتب أي شي للسكربت عن إخفاءهم؛ اكيد راح تظهر مباشرة
CEGUI ازرار
guiSetVisible تقدر تخفيهم عبر الوظيفة

DX
شي مختلف تمامًا، مو جاهز مثل "الجيو" فيه ازرار ونوافذ؛ هو مجرد رسم مستطيل،كلام. وظائفه لازم تشغلها كل فريم عشان تجلس ظاهرة
:هذا يلي يسويه لك، عشان تخفيهم بكل بساطة عندك خيارين onClientRender وحدث الرندر 

  1. removeEventHandler شيل حدث الرندر، وكذا الفنكشن حق الدي اكس كامل ما راح يشتغل. هذي الوظيفة راح تشيل لك حدث من وظيفة
  2. لو تحتاج تخفي شي معين خلنا نقول مستطيل معين تضيف تحقق عشان تمنع الوظيفة حقته ما تشتغل وما راح يظهر

الجزء الثاني من كودك غير منطقي، وأعتقد إن شخص معطيك اياه أو ناسخه وهذا شيء غلط

16 hours ago, jamalgoving said:
addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == m
 ) then -- اسم الزر الي بعد ماتضغطه يطلع لك اللوحه 
    guiSetVisible (  dxDrawRectangle, true ) -- هنا حط اسم اللوحه الي تبيها تطلع بعد ما تضغط الزر 
    --  هنا حط اللوحه والقيم الي فيها مثل الصور والازرار عشان تطلع 
        elseif ( source ==  m
 ) then -- اسم الزر حق اخفاء اللوحه الي طلعتها 
    guiSetVisible (  dxDrawRectangle, false ) -- اخفاء اللوحه 
    showCursor ( false ) --
    end 
end ) 

m أول تحقق جالس تتأكد إن الشيء يلي ضغطه الاعب هو متغير 
ماعندك نهائيًا بكودك كامل أي متغير بهذا الاسم؟

إذا التحقق الأول ما اشتغل تتحقق مرة ثانية بنفس التحقق
:كأنك جالس تقول للسكربت بمعنى ثاني

  1. تحقق لي يلي ضغطه هو أ
  2. إذا ما ضغط أ تحقق لي تحقق ثاني وشوف هو يساوي أ؟

GUIEditor.button[1] المفروض المتغير يلي تتحقق منه هو متغيرات الأزرار يلي عندك مثل

guiSetVisible اخر شيء جالس تستعمل 
CEGUI مع متغير وظيفة باللعبة؟ هذي الوظيفة تعطيها كائنات الـ
.لكن انت معطيه وظيفة، ومثل ما ذكرت قبل قليل إن "الدي اكس" ما ينخفي بالطريقة هذي


:انصحك بالنهاية إذا انت شخص ما تعرف أي شيء نهائيًا بالبرمجة، صعب جدًا نساعدك. أنصحك تشوف الأساسيات، هذي بعض الروابط يلي راح تفيدك

Link to comment
  • 2 weeks later...
On 27/10/2022 at 19:39, jamalgoving said:

السلام عليكم عندي ذا الكود ما اعرف ليش ميشتغل وقت اشغل اللعبة وهو مفعل تتطلع النافذة فورا شو اعمل حتى كود الازرار تحت مش بيشتغل احتاج مساعدة

GUIEditor = {
    button = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()

        GUIEditor.button[1] = guiCreateButton(0.24, 0.23, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "F5FF97EE")

        GUIEditor.button[2] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[3] = guiCreateButton(0.24, 0.36, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[4] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[5] = guiCreateButton(0.24, 0.50, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[6] = guiCreateButton(0.24, 0.57, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[7] = guiCreateButton(0.24, 0.43, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "F5FF97EE")


        GUIEditor.button[8] = guiCreateButton(0.24, 0.64, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[8], "default-bold-small")
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "F5FF97EE")    
    end
)

local screenW, screenH = guiGetScreenSize()

addEventHandler("onClientRender", root,
    function()

        dxDrawLine(318 - 1, 113 - 1, 318 - 1, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 113 - 1, 318 - 1, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(318 - 1, 619, 1012, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 619, 1012, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawRectangle(318, 113, 694, 506, tocolor(1, 0, 1, 202), false)
        dxDrawRectangle(359, 142, 0, 0, tocolor(255, 255, 255, 255), false)
        dxDrawRectangle(screenW * 0.3492, screenH * 0.1849, screenW * 0.0000, screenH * 0.0221, tocolor(4, 2, 7, 220), true)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) - 1, (screenW * 0.7408) - 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) - 1, (screenW * 0.7408) + 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) + 1, (screenW * 0.7408) - 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) + 1, (screenW * 0.7408) + 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", screenW * 0.2335, screenH * 0.7773, screenW * 0.7408, screenH * 0.8060, tocolor(151, 255, 185, 245), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) - 1, (screenW * 0.7372) - 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) - 1, (screenW * 0.7372) + 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) + 1, (screenW * 0.7372) - 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) + 1, (screenW * 0.7372) + 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", screenW * 0.2372, screenH * 0.1484, screenW * 0.7372, screenH * 0.1979, tocolor(217, 67, 254, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
    end
)

addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == m
 ) then -- اسم الزر الي بعد ماتضغطه يطلع لك اللوحه 
    guiSetVisible (  dxDrawRectangle, true ) -- هنا حط اسم اللوحه الي تبيها تطلع بعد ما تضغط الزر 
    --  هنا حط اللوحه والقيم الي فيها مثل الصور والازرار عشان تطلع 
        elseif ( source ==  m
 ) then -- اسم الزر حق اخفاء اللوحه الي طلعتها 
    guiSetVisible (  dxDrawRectangle, false ) -- اخفاء اللوحه 
    showCursor ( false ) -- X 
    end 
end ) 

اريد الحل وشكرا

وعليكم السلام فيك تجرب كذا

--------
local screenW, screenH = guiGetScreenSize()
--------
bool = false
--------
function Panel()
	if bool == true then
        dxDrawLine(318 - 1, 113 - 1, 318 - 1, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 113 - 1, 318 - 1, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(318 - 1, 619, 1012, 619, tocolor(173, 0, 146, 202), 1, false)
        dxDrawLine(1012, 619, 1012, 113 - 1, tocolor(173, 0, 146, 202), 1, false)
        dxDrawRectangle(318, 113, 694, 506, tocolor(1, 0, 1, 202), false)
        dxDrawRectangle(359, 142, 0, 0, tocolor(255, 255, 255, 255), false)
        dxDrawRectangle(screenW * 0.3492, screenH * 0.1849, screenW * 0.0000, screenH * 0.0221, tocolor(4, 2, 7, 220), true)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) - 1, (screenW * 0.7408) - 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) - 1, (screenW * 0.7408) + 1, (screenH * 0.8060) - 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) - 1, (screenH * 0.7773) + 1, (screenW * 0.7408) - 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", (screenW * 0.2335) + 1, (screenH * 0.7773) + 1, (screenW * 0.7408) + 1, (screenH * 0.8060) + 1, tocolor(0, 0, 0, 254), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("Goving سيرفر", screenW * 0.2335, screenH * 0.7773, screenW * 0.7408, screenH * 0.8060, tocolor(151, 255, 185, 245), 1.80, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) - 1, (screenW * 0.7372) - 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) - 1, (screenW * 0.7372) + 1, (screenH * 0.1979) - 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) - 1, (screenH * 0.1484) + 1, (screenW * 0.7372) - 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", (screenW * 0.2372) + 1, (screenH * 0.1484) + 1, (screenW * 0.7372) + 1, (screenH * 0.1979) + 1, tocolor(58, 1, 1, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
        dxDrawText("اللوحة الرئيسية", screenW * 0.2372, screenH * 0.1484, screenW * 0.7372, screenH * 0.1979, tocolor(217, 67, 254, 254), 1.70, "default-bold", "center", "center", true, false, true, true, false)
    end
end
--------
GUIEditor = {
    button = {}
}
        GUIEditor.button[1] = guiCreateButton(0.24, 0.23, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[1], false)
        GUIEditor.button[2] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[2], false)
        GUIEditor.button[3] = guiCreateButton(0.24, 0.36, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[3], false)
        GUIEditor.button[4] = guiCreateButton(0.24, 0.30, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[7], false)
        GUIEditor.button[4] = guiCreateButton(0.24, 0.50, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[5], false)
        GUIEditor.button[6] = guiCreateButton(0.24, 0.57, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[6], false)
        GUIEditor.button[7] = guiCreateButton(0.24, 0.43, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "F5FF97EE")
        guiSetVisible(GUIEditor.button[7], false)
        GUIEditor.button[8] = guiCreateButton(0.24, 0.64, 0.11, 0.06, "معلومات الشخصية", true)
        guiSetFont(GUIEditor.button[8], "default-bold-small")
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "F5FF97EE")  
--------
function OpenPanel()
  bool = not bool
	if removeEventHandler("onClientRender", root, Panel) then
		removeEventHandler("onClientRender", root, Panel)
		guiSetVisible(GUIEditor.button[1], false)
		guiSetVisible(GUIEditor.button[2], false)
		guiSetVisible(GUIEditor.button[3], false)
		guiSetVisible(GUIEditor.button[4], false)
		guiSetVisible(GUIEditor.button[5], false)
		guiSetVisible(GUIEditor.button[6], false)
		guiSetVisible(GUIEditor.button[7], false)
		guiSetVisible(GUIEditor.button[8], false)
		showCursor(false)
	else
		addEventHandler("onClientRender", root, Panel)
		guiSetVisible(GUIEditor.button[1], true)
		guiSetVisible(GUIEditor.button[2], true)
		guiSetVisible(GUIEditor.button[3], true)
		guiSetVisible(GUIEditor.button[4], true)
		guiSetVisible(GUIEditor.button[5], true)
		guiSetVisible(GUIEditor.button[6], true)
		guiSetVisible(GUIEditor.button[7], true)
		guiSetVisible(GUIEditor.button[8], true)
		showCursor(true)
	end
end
bindKey("F5", "down", OpenPanel)

 

و الأزرار فيك تكملها عادي بشكل طبعي تضيفها تحت فتح لوحة وتكمل 

وحاول انك تتعلم اساسيات البرمجة ولأشياء هاذي عشان مو دايم حد رح يساعدك بتوفيق لك

 

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...