Jump to content

تصحيح كود بسيط


Recommended Posts

السلام عليكم

الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة

المشكلة لو اضغط تاني مايقفلها

يرجي تصحيح الكود

return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل
or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان

 

Link to comment
3 hours ago, mazzika!! said:

السلام عليكم

الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة

المشكلة لو اضغط تاني مايقفلها

يرجي تصحيح الكود


return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل
or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان

 

يخوي كودك كله خطأ

عدل على الكوماند

او ارسل الكود كامل اصححه لك

Link to comment
4 hours ago, mazzika!! said:

السلام عليكم

الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة

المشكلة لو اضغط تاني مايقفلها

يرجي تصحيح الكود


return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل
or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان

 

 

انت ناسخ كودي المفروض تدري وش في الكود وتفهمه

Link to comment
36 minutes ago, mazzika!! said:

#,+( _xiRoc[K]; >

وش استفدت منك الحين لما دخلت كتبت كلمتين مالهم داعي وخرجت؟

ناسخ كودي

تم عمل الكود بواسطة الاخ روك خخخ

#,+( _xiRoc[K]; >

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

 

لو انت فاهم كودي كان سويته بسهولة !

Link to comment
GUIEditor = {
    button = {},
    window = {},
    edit = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[1] = guiCreateWindow(184, 41, 452, 535, "Player Control Panel|HarD|By:SAM", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
guiSetVisible ( GUIEditor.window[1], false ) -- wnd
        GUIEditor.button[1] = guiCreateButton(27, 56, 145, 50, "نظام الحركات", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF6CFF00")
        GUIEditor.button[2] = guiCreateButton(277, 56, 145, 50, "نظآم الشـوب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000")
        GUIEditor.button[3] = guiCreateButton(27, 170, 145, 50, "تحويل فلوس", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FEA7")
        GUIEditor.button[4] = guiCreateButton(277, 170, 145, 50, "القرآن الكريم", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFCFF00")
        GUIEditor.button[5] = guiCreateButton(27, 273, 145, 50, "نظام المشي", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF008FFD")
        GUIEditor.button[6] = guiCreateButton(277, 273, 145, 50, "معلومآت الاعـب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF2300FC")
        GUIEditor.button[7] = guiCreateButton(27, 378, 145, 50, "اسـئلة شاآئعة", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF900FB")
        GUIEditor.button[8] = guiCreateButton(277, 378, 145, 50, "القوانين ونظآم الـرتب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[8], "default-bold-small")
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFFEFEFE")
        GUIEditor.edit[1] = guiCreateEdit(17, 495, 421, 25, "|Player Control Panel|        | V1.00|       |HarD Server|        |By:SAM|", false, GUIEditor.window[1])
        guiSetProperty(GUIEditor.edit[1], "NormalTextColour", "FFFF0707")
        guiEditSetReadOnly(GUIEditor.edit[1], true)
        GUIEditor.button[9] = guiCreateButton(42, 438, 355, 37, "~~~اغلآق اللوحة~~~", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[9], "default-bold-small")
        guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFFE077B")    
    end
)
 bindKey ( "/", "down", function (   ) 
      guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) 
      showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) 
playSound("open.wav")
end ) 

addEventHandler("onClientGUIClick", getRootElement(), 
function () 
if source == GUIEditor.button[9] then 
guiSetVisible (GUIEditor.window[1],false) 
showCursor (false) 
playSound("open.wav")
end 
end 
)

addEventHandler ( "onClientGUIClick", root, function (    )
return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) 
or source == GUIEditor.button[3] and executeCommandHandler ( "lee" )
or source == GUIEditor.button[4] and executeCommandHandler ( "leee" )
or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" )
or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" )
or source == GUIEditor.button[5] and executeCommandHandler ( "ws" )
or source == GUIEditor.button[7] and executeCommandHandler ( "sam" )
or source == GUIEditor.button[8] and executeCommandHandler ( "samm" )
end )

اهي يا اخي

#,+( _xiRoc[K]; >

Link to comment
2 minutes ago, mazzika!! said:

GUIEditor = {
    button = {},
    window = {},
    edit = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[1] = guiCreateWindow(184, 41, 452, 535, "Player Control Panel|HarD|By:SAM", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
guiSetVisible ( GUIEditor.window[1], false ) -- wnd
        GUIEditor.button[1] = guiCreateButton(27, 56, 145, 50, "نظام الحركات", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF6CFF00")
        GUIEditor.button[2] = guiCreateButton(277, 56, 145, 50, "نظآم الشـوب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000")
        GUIEditor.button[3] = guiCreateButton(27, 170, 145, 50, "تحويل فلوس", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FEA7")
        GUIEditor.button[4] = guiCreateButton(277, 170, 145, 50, "القرآن الكريم", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFCFF00")
        GUIEditor.button[5] = guiCreateButton(27, 273, 145, 50, "نظام المشي", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF008FFD")
        GUIEditor.button[6] = guiCreateButton(277, 273, 145, 50, "معلومآت الاعـب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF2300FC")
        GUIEditor.button[7] = guiCreateButton(27, 378, 145, 50, "اسـئلة شاآئعة", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF900FB")
        GUIEditor.button[8] = guiCreateButton(277, 378, 145, 50, "القوانين ونظآم الـرتب", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[8], "default-bold-small")
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFFEFEFE")
        GUIEditor.edit[1] = guiCreateEdit(17, 495, 421, 25, "|Player Control Panel|        | V1.00|       |HarD Server|        |By:SAM|", false, GUIEditor.window[1])
        guiSetProperty(GUIEditor.edit[1], "NormalTextColour", "FFFF0707")
        guiEditSetReadOnly(GUIEditor.edit[1], true)
        GUIEditor.button[9] = guiCreateButton(42, 438, 355, 37, "~~~اغلآق اللوحة~~~", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[9], "default-bold-small")
        guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFFE077B")    
    end
)
 bindKey ( "/", "down", function (   ) 
      guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) 
      showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) 
playSound("open.wav")
end ) 

addEventHandler("onClientGUIClick", getRootElement(), 
function () 
if source == GUIEditor.button[9] then 
guiSetVisible (GUIEditor.window[1],false) 
showCursor (false) 
playSound("open.wav")
end 
end 
)

addEventHandler ( "onClientGUIClick", root, function (    )
return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) 
or source == GUIEditor.button[3] and executeCommandHandler ( "lee" )
or source == GUIEditor.button[4] and executeCommandHandler ( "leee" )
or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" )
or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" )
or source == GUIEditor.button[5] and executeCommandHandler ( "ws" )
or source == GUIEditor.button[7] and executeCommandHandler ( "sam" )
or source == GUIEditor.button[8] and executeCommandHandler ( "samm" )
end )

اهي يا اخي

#,+( _xiRoc[K]; >

 

عشان كذا ماشتغل انت استخدمت الاكواد بطريقة خاطئة انا مجرد عطيت مثال + وين الكوماندات

Edited by #,+( _xiRoc[K]; >
Link to comment
1 minute ago, mazzika!! said:

#,+( _xiRoc[K]; >

اخي من قال لا تشتغل اللوحة 10/10 

وتجيب كل شئ بس مشكلتها ابي بس اضغط علي الزر للمرة الثانية يقفل اللوحة مثل مافتحها

 

وانا وش قلت لك قلت لك انك استخدمت الاكواد هذلين @@@ :

 

addEventHandler ( "onClientGUIClick", root, function ( )

return source == GUIEditor.button[1] and executeCommandHandler ( "le" )

or source == GUIEditor.button[3] and executeCommandHandler ( "lee" )

or source == GUIEditor.button[4] and executeCommandHandler ( "leee" )

or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" )

or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" )

or source == GUIEditor.button[5] and executeCommandHandler ( "ws" )

or source == GUIEditor.button[7] and executeCommandHandler ( "sam" )

or source == GUIEditor.button[8] and executeCommandHandler ( "samm" )

end )

 

بشكل خاطئ عشان كذا قلت لك افهم الاكواد قبل لاتسويها !

Edited by #,+( _xiRoc[K]; >
Link to comment

#\_oskar_/#

في خطأ

يقول لازم اقفل الفنكشن سطر 59

ومادري وش end

addEventHandler ( "onClientGUIClick", root, function (    )
return source == GUIEditor.button[1] then
 executeCommandHandler ( "le" ) 
if source == GUIEditor.button[3] then
 executeCommandHandler ( "lee" )
elseif source == GUIEditor.button[4] then
 executeCommandHandler ( "leee" )
elseif source == GUIEditor.button[2] then
 executeCommandHandler ( "leeee" )
elseif source == GUIEditor.button[6] then
 executeCommandHandler ( "leeeee" )
elseif source == GUIEditor.button[5] then
 executeCommandHandler ( "ws" )
if source == GUIEditor.button[8] then
executeCommandHandler ( "sam" )
elseif source == GUIEditor.button[7] then
executeCommandHandler ( "samm" )
end
end)

مايبي يشتغل في شئ غلط

Link to comment
addEventHandler ( "onClientGUIClick", root, function (    )
if source == GUIEditor.button[1] then
 executeCommandHandler ( "le" ) 
elseif source == GUIEditor.button[3] then
 executeCommandHandler ( "lee" )
elseif source == GUIEditor.button[4] then
 executeCommandHandler ( "leee" )
elseif source == GUIEditor.button[2] then
 executeCommandHandler ( "leeee" )
elseif source == GUIEditor.button[6] then
 executeCommandHandler ( "leeeee" )
elseif source == GUIEditor.button[5] then
 executeCommandHandler ( "ws" )
elseif source == GUIEditor.button[8] then
executeCommandHandler ( "sam" )
elseif source == GUIEditor.button[7] then
executeCommandHandler ( "samm" )
end
end)

الكود الصح هو كذا

اول كود لازم كمان تحقق

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...