Jump to content

تصحيح كود ^


Recommended Posts

دا كود انا عملته يعني مجرد ماانا ادخل الماركر يطلع لي لوحة مشكلة عندي ان اول مفتح مود لوحة تظهر في وشي عالطول انا عايزها بس لما ادخل ماركر تظهر

GUIEditor = { 
    memo = {}, 
    button = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(245, 133, 560, 426, "شرح سيرفر برو جيمر بالكامل | Server ProGamer", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFE0000") 
  
GUIEditor.button[1] = guiCreateButton(18, 36, 95, 43, "F1 | الأيفون", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[2] = guiCreateButton(19, 86, 93, 38, "F2 | الخاص", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[3] = guiCreateButton(20, 130, 92, 37, "F3 | المعرض", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[4] = guiCreateButton(19, 173, 95, 39, "F4 | مهمة القفزة", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[5] = guiCreateButton(19, 220, 97, 33, "F5 | ألدعم الفني", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[6] = guiCreateButton(19, 263, 95, 31, "F6 | الأنتقالات", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[7] = guiCreateButton(19, 300, 96, 33, "F7 | قائمة التوب", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[8] = guiCreateButton(19, 337, 97, 36, "F8 | الأوامر", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[9] = guiCreateButton(19, 380, 98, 36, "F9 | القوانين", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFAAAAAA") 
GUIEditor.memo[1] = guiCreateMemo(122, 28, 417, 48, "الايفون تقدر منه تغير الجو تعرف معلومات خاص بك كاسريال والعنوان الخ تعديل التايم وعمل معادلة حسابية بكل سهولة من خلالل الالة الحاسبة .. ", false, GUIEditor.window[1]) 
GUIEditor.memo[2] = guiCreateMemo(119, 85, 421, 37, "الشات الخاص لو انت تريد ان تحدث شخص او صديق لديك فقط اضغط علي زر ثم ارسال له  رساة", false, GUIEditor.window[1]) 
GUIEditor.memo[3] = guiCreateMemo(117, 131, 419, 36, "هذا الزر يمدك تتحكم في السيارة اللي اشترتها من المعرض تنزلها تسحبها ..إلخ", false, GUIEditor.window[1]) 
GUIEditor.memo[4] = guiCreateMemo(117, 175, 417, 33, "مهمة القفزة هي مهمة جديدة من نوعها وحصريا علي برو جيمر شرحها بالكامل في اف4", false, GUIEditor.window[1]) 
GUIEditor.memo[5] = guiCreateMemo(119, 221, 422, 32, "مايحتاج الي توضيح فهو صندوق الدعم اذا لديك سؤال او استفسار اطرحه ويجيبك الادمن اذا موجود", false, GUIEditor.window[1]) 
GUIEditor.memo[6] = guiCreateMemo(118, 265, 421, 32, "منها تقدر تنتقل من مكان الي مكان بكل سهولة ويسر فقط اختار مكان ويمكنك اغلاق النافذة", false, GUIEditor.window[1]) 
GUIEditor.memo[7] = guiCreateMemo(119, 300, 421, 44, "هذه القائمة تقدر تتعرف علي التوب المال والساعات ولفل والقتل اللي موجودين اونلاين فقط", false, GUIEditor.window[1]) 
GUIEditor.button[13] = guiCreateButton(167, 356, 282, 50, "إغلاق النافذة | Close Windows", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[13], "NormalTextColour", "FFAAAAAA") 
  
------------------------------- 
local car = createMarker ( 204.35208129883, 1866.1594238281, 12.140625, "cylinder", 1.2999999523163, 225, 7, 59 ) 
addEventHandler('onClientMarkerHit', car, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         guiSetVisible ( window ,false ) 
        showCursor( true ) 
      guiSetInputEnabled(false) 
    end 
end 
) 
  
addEventHandler( "onClientGUIClick", button , 
function () 
    guiSetVisible(window,true) 
    showCursor(false,false) 
end 
) 
  
  
  
  

Link to comment

GUIEditor = { 
    memo = {}, 
    button = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(245, 133, 560, 426, "شرح سيرفر برو جيمر بالكامل | Server ProGamer", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFE0000") 
guiSetVisible(GUIEditor.window[1],false) 
GUIEditor.button[1] = guiCreateButton(18, 36, 95, 43, "F1 | الأيفون", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[2] = guiCreateButton(19, 86, 93, 38, "F2 | الخاص", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[3] = guiCreateButton(20, 130, 92, 37, "F3 | المعرض", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[4] = guiCreateButton(19, 173, 95, 39, "F4 | مهمة القفزة", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[5] = guiCreateButton(19, 220, 97, 33, "F5 | ألدعم الفني", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[6] = guiCreateButton(19, 263, 95, 31, "F6 | الأنتقالات", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[7] = guiCreateButton(19, 300, 96, 33, "F7 | قائمة التوب", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[8] = guiCreateButton(19, 337, 97, 36, "F8 | الأوامر", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[9] = guiCreateButton(19, 380, 98, 36, "F9 | القوانين", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFAAAAAA") 
GUIEditor.memo[1] = guiCreateMemo(122, 28, 417, 48, "الايفون تقدر منه تغير الجو تعرف معلومات خاص بك كاسريال والعنوان الخ تعديل التايم وعمل معادلة حسابية بكل سهولة من خلالل الالة الحاسبة .. ", false, GUIEditor.window[1]) 
GUIEditor.memo[2] = guiCreateMemo(119, 85, 421, 37, "الشات الخاص لو انت تريد ان تحدث شخص او صديق لديك فقط اضغط علي زر ثم ارسال له  رساة", false, GUIEditor.window[1]) 
GUIEditor.memo[3] = guiCreateMemo(117, 131, 419, 36, "هذا الزر يمدك تتحكم في السيارة اللي اشترتها من المعرض تنزلها تسحبها ..إلخ", false, GUIEditor.window[1]) 
GUIEditor.memo[4] = guiCreateMemo(117, 175, 417, 33, "مهمة القفزة هي مهمة جديدة من نوعها وحصريا علي برو جيمر شرحها بالكامل في اف4", false, GUIEditor.window[1]) 
GUIEditor.memo[5] = guiCreateMemo(119, 221, 422, 32, "مايحتاج الي توضيح فهو صندوق الدعم اذا لديك سؤال او استفسار اطرحه ويجيبك الادمن اذا موجود", false, GUIEditor.window[1]) 
GUIEditor.memo[6] = guiCreateMemo(118, 265, 421, 32, "منها تقدر تنتقل من مكان الي مكان بكل سهولة ويسر فقط اختار مكان ويمكنك اغلاق النافذة", false, GUIEditor.window[1]) 
GUIEditor.memo[7] = guiCreateMemo(119, 300, 421, 44, "هذه القائمة تقدر تتعرف علي التوب المال والساعات ولفل والقتل اللي موجودين اونلاين فقط", false, GUIEditor.window[1]) 
GUIEditor.button[13] = guiCreateButton(167, 356, 282, 50, "إغلاق النافذة | Close Windows", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[13], "NormalTextColour", "FFAAAAAA") 
  
------------------------------- 
local car = createMarker ( 204.35208129883, 1866.1594238281, 12.140625, "cylinder", 1.2999999523163, 225, 7, 59 ) 
addEventHandler('onClientMarkerHit', car, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         guiSetVisible ( window ,false ) 
        showCursor( true ) 
      guiSetInputEnabled(false) 
    end 
end 
) 
  
addEventHandler( "onClientGUIClick", button , 
function () 
    guiSetVisible(window,true) 
    showCursor(false,false) 
end 
) 
Link to comment

تمام ظبت بس انا ضفت كود الاغلاق

GUIEditor = { 
    memo = {}, 
    button = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(245, 133, 560, 426, "شرح سيرفر برو جيمر بالكامل | Server ProGamer", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFE0000") 
guiSetVisible(GUIEditor.window[1],false) 
GUIEditor.button[1] = guiCreateButton(18, 36, 95, 43, "F1 | الأيفون", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[2] = guiCreateButton(19, 86, 93, 38, "F2 | الخاص", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[3] = guiCreateButton(20, 130, 92, 37, "F3 | المعرض", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[4] = guiCreateButton(19, 173, 95, 39, "F4 | مهمة القفزة", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[5] = guiCreateButton(19, 220, 97, 33, "F5 | ألدعم الفني", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[6] = guiCreateButton(19, 263, 95, 31, "F6 | الأنتقالات", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[7] = guiCreateButton(19, 300, 96, 33, "F7 | قائمة التوب", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[8] = guiCreateButton(19, 337, 97, 36, "F8 | الأوامر", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFAAAAAA") 
GUIEditor.button[9] = guiCreateButton(19, 380, 98, 36, "F9 | القوانين", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFAAAAAA") 
GUIEditor.memo[1] = guiCreateMemo(122, 28, 417, 48, "الايفون تقدر منه تغير الجو تعرف معلومات خاص بك كاسريال والعنوان الخ تعديل التايم وعمل معادلة حسابية بكل سهولة من خلالل الالة الحاسبة .. ", false, GUIEditor.window[1]) 
GUIEditor.memo[2] = guiCreateMemo(119, 85, 421, 37, "الشات الخاص لو انت تريد ان تحدث شخص او صديق لديك فقط اضغط علي زر ثم ارسال له  رساة", false, GUIEditor.window[1]) 
GUIEditor.memo[3] = guiCreateMemo(117, 131, 419, 36, "هذا الزر يمدك تتحكم في السيارة اللي اشترتها من المعرض تنزلها تسحبها ..إلخ", false, GUIEditor.window[1]) 
GUIEditor.memo[4] = guiCreateMemo(117, 175, 417, 33, "مهمة القفزة هي مهمة جديدة من نوعها وحصريا علي برو جيمر شرحها بالكامل في اف4", false, GUIEditor.window[1]) 
GUIEditor.memo[5] = guiCreateMemo(119, 221, 422, 32, "مايحتاج الي توضيح فهو صندوق الدعم اذا لديك سؤال او استفسار اطرحه ويجيبك الادمن اذا موجود", false, GUIEditor.window[1]) 
GUIEditor.memo[6] = guiCreateMemo(118, 265, 421, 32, "منها تقدر تنتقل من مكان الي مكان بكل سهولة ويسر فقط اختار مكان ويمكنك اغلاق النافذة", false, GUIEditor.window[1]) 
GUIEditor.memo[7] = guiCreateMemo(119, 300, 421, 44, "هذه القائمة تقدر تتعرف علي التوب المال والساعات ولفل والقتل اللي موجودين اونلاين فقط", false, GUIEditor.window[1]) 
GUIEditor.button[13] = guiCreateButton(167, 356, 282, 50, "إغلاق النافذة | Close Windows", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[13], "NormalTextColour", "FFAAAAAA") 
  
------------------------------- 
local car = createMarker ( 204.35208129883, 1866.1594238281, 12.140625, "cylinder", 1.2999999523163, 225, 7, 59 ) 
addEventHandler('onClientMarkerHit', car, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         guiSetVisible(GUIEditor.window[1],true) 
        showCursor( true ) 
      guiSetInputEnabled(false) 
    end 
end 
) 
  
addEventHandler( "onClientGUIClick", button , 
function () 
    guiSetVisible(window,true) 
    showCursor(false,false) 
end 
) 
  
  addEventHandler("onClientGUIClick", resourceRoot , function(  ) 
  
    if ( source == GUIEditor.button[13] ) then 
    
    guiSetVisible( GUIEditor.window[1] , false ) 
  
    
            end 
        end 
    ); 

بس بعد لما اضغط يظهرلي موس ؟ كيف اشيله

Link to comment

بس في مشكلة بسيطة كذا اول مادخل ماركر مايظهر موس خالص بس بيظهر لوحة تب لما اريد اغلقها ؟؟

انا عايز اول مادخل الماركر يظهر موس عشان يمدني اتحكم في لوحة واحركها ولما ادوس اغلاق يروح موس

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