SaifPro Posted August 22, 2014 Share Posted August 22, 2014 انا طلبت كود و واحد عطاني هذا بس مش فاهمو ممكن شرح addEventHandler ( "onClientClick", root, function ( button, state, _, _, _, _, _, plr ) if button == "left" and state == "up" and plr then if getElementType( plr ) == "player" then if getPlayerName( plr ) == getPlayerName( localPlayer ) then guiSetVisible ( wnd, not guiGetVisible(wnd) ) showCursor( guiGetVisible(wnd)) else guiSetVisible ( secWnd, guiGetVisible(secWnd) ) showCursor( guiGetVisible(secWnd) ) end else outputChatBox( " ** Please click on the player !" ) end end end ) Link to comment
Simple. Posted August 22, 2014 Share Posted August 22, 2014 addEventHandler ( "onClientClick", root, --- الحددث لما تضغط على الزر function ( button, state, _, _, _, _, _, plr ) if button == "left" and state == "up" and plr then if getElementType( plr ) == "player" then --- يجيب اللاعب if getPlayerName( plr ) == getPlayerName( localPlayer ) then --- يجيب آسم اللاعب guiSetVisible ( wnd, not guiGetVisible(wnd) ) --- يظهر النافذه showCursor( guiGetVisible(wnd)) --- يظهر الماوس else guiSetVisible ( secWnd, guiGetVisible(secWnd) ) showCursor( guiGetVisible(secWnd) ) end else outputChatBox( " ** Please click on the player !" ) --- يظهر كلآم بآلشات end end end ) --- لإغلاق آلحدث Link to comment
#DRAGON!FIRE Posted August 22, 2014 Share Posted August 22, 2014 الكود خطا .. وثاني شي ليه تفتح موضوع جديد ؟ تقدر تكمل بموضوعكـ القديم ما يحتاج تسوي موضوع جديد ! Link to comment
SaifPro Posted August 23, 2014 Author Share Posted August 23, 2014 الكود خطا .. وثاني شي ليه تفتح موضوع جديد ؟ تقدر تكمل بموضوعكـ القديم ما يحتاج تسوي موضوع جديد ! طيب تساعدني في عمل الكود ؟ Link to comment
#DRAGON!FIRE Posted August 23, 2014 Share Posted August 23, 2014 هنا للمساعدة فقط .. يعني الرجال عطاك كود وانت حاول تعدل عليه . Link to comment
SaifPro Posted August 23, 2014 Author Share Posted August 23, 2014 هنا للمساعدة فقط .. يعني الرجال عطاك كود وانت حاول تعدل عليه . ماهو انت تقول غلط Link to comment
Simple. Posted August 23, 2014 Share Posted August 23, 2014 انت ايش تبيه يسوي ً يعني وش تبي بالكود Link to comment
SaifPro Posted August 23, 2014 Author Share Posted August 23, 2014 انت ايش تبيه يسوي ً يعني وش تبي بالكود ادخل هنا و انت هتفتهمني viewtopic.php?f=160&t=79539 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