Mr-Kartha Posted July 11, 2013 Share Posted July 11, 2013 السلام عليكم ورحمة الله وبركاته ابي اكواد ذولي على ازرار ShowChat ShowHud Shownametags يضغط زر مثال يختفي الشات او اسم الاعب او اليد وشكرا Link to comment
TAPL Posted July 11, 2013 Share Posted July 11, 2013 showChat showPlayerHudComponent ذا الفنكشن بتحتاج تستخدمه سيرفر إذا كنت تبي كل اللاعبين يشوفون تأثيره setPlayerNametagShowing Link to comment
Mr-Kartha Posted July 11, 2013 Author Share Posted July 11, 2013 مشكور طيب الحين ابي مثال Shownametags Showchat showhud كل وحده في زر ممكن مثال على كيف اني اسوها في زر ؟ زر مو من الكيبورد زر من النافده GUIEditor.button Link to comment
TAPL Posted July 11, 2013 Share Posted July 11, 2013 انت تبي لما تضغط الزر الشات يختفي عند الكل او بس عند الي ضغط الزر؟ و الأسم تبي اسم الي ضغط الزر يختفي عند الكل؟ Link to comment
Mr-Kartha Posted July 11, 2013 Author Share Posted July 11, 2013 يضغط الزر الي في النافذه GUIEditor.button يختفي عنده بس Link to comment
TAPL Posted July 11, 2013 Share Posted July 11, 2013 اعتقد ذا الي تبيه addEventHandler("onClientGUIClick", resourceRoot, function() if source == button1 then showChat(false) elseif source == button2 then showPlayerHudComponent("all", false) elseif source == button3 then for i, player in ipairs(getElementsByType("player")) do setPlayerNametagShowing(player, false) end 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