CRoW,,# Posted May 24, 2013 Share Posted May 24, 2013 السلام عليكم وش الخطا بالكود addEventHandler("onClientGUIClick", root, function () if ( GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(),0) elseif ( GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(),255) end end ) المشكلة انه اذا ضغطت ع الزر الثاني ما يلغي الاختفاء Link to comment
iPrestege Posted May 24, 2013 Share Posted May 24, 2013 المفروض تسوية كذا : if ( source == GUIEditor.button[1] ) then بـ كل زر # عموما بـ الكلنت بيشوفونةة بس هو بيختفي عند نفسة Link to comment
CRoW,,# Posted May 24, 2013 Author Share Posted May 24, 2013 المفروض تسوية كذا : if ( source == GUIEditor.button[1] ) then بـ كل زر # عموما بـ الكلنت بيشوفونةة بس هو بيختفي عند نفسة يب ابي هو يختفي لحاله لان اذا محد يشوفهه يخرب ع باقي الاعبين Link to comment
CRoW,,# Posted May 24, 2013 Author Share Posted May 24, 2013 ضبط بس وش الفرق بين if ( source == GUIEditor.button[1] ) then و if ( GUIEditor.button[1] ) then Link to comment
iPrestege Posted May 24, 2013 Share Posted May 24, 2013 لازم تعرفة لانة بالحدث السورس هو الشيء اللي انضغغط Link to comment
CRoW,,# Posted May 24, 2013 Author Share Posted May 24, 2013 لازم تعرفة لانة بالحدث السورس هو الشيء اللي انضغغط بس مرات احط بدونه سورس يضبط Link to comment
iPrestege Posted May 24, 2013 Share Posted May 24, 2013 يمكن تحطة بالحدث بس لازم السورسس Link to comment
yazan Posted May 24, 2013 Share Posted May 24, 2013 بر ستيج ترا يبرمج صح يعتي لزم يكون شغل 100/100 Link to comment
CRoW,,# Posted May 24, 2013 Author Share Posted May 24, 2013 ثانكسسسسسسس يالغالي تم الافادة Link to comment
AhmeD~9MoD Posted May 25, 2013 Share Posted May 25, 2013 يا شباب انا خليتها سويرس ماضبط لاتحسبوني نسخت كوده ذا الكود من عندي ولله addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(), 0) if ( source == GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(), 255) end end end ) Link to comment
кιηg-αвα∂у Posted May 25, 2013 Share Posted May 25, 2013 يا شباب انا خليتها سويرس ماضبطلاتحسبوني نسخت كوده ذا الكود من عندي ولله addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(), 0) if ( source == GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(), 255) end end end ) elseif احذف اند + خلي الثانية يعني يكون كذا addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(), 0) elseif ( source == GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(), 255) end end ) Link to comment
AhmeD~9MoD Posted May 25, 2013 Share Posted May 25, 2013 يا شباب انا خليتها سويرس ماضبطلاتحسبوني نسخت كوده ذا الكود من عندي ولله addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(), 0) if ( source == GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(), 255) end end end ) elseif احذف اند + خلي الثانية يعني يكون كذا addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then setElementAlpha(getLocalPlayer(), 0) elseif ( source == GUIEditor.button[2] ) then setElementAlpha(getLocalPlayer(), 255) 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