CRoW,,# Posted July 14, 2013 Share Posted July 14, 2013 السلام عليكم حبيت اعرف وش استخدم اذا ابغا اجيب عدد الاعبين في تيم محدد واحطهم في ليبل Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 (edited) countPlayersInTeam getTeamFromName guiSetText guiGetVisible onClientRender Edited July 14, 2013 by Guest Link to comment
CRoW,,# Posted July 14, 2013 Author Share Posted July 14, 2013 كذا ؟ local Hajwalah = countPlayersInTeam ( Hajwalah ) addEventHandler ( 'onClientRender' , root , function () if ( team and getTeamName (team) == ("Hajwalah")) then countPlayersInTeam ( Hajwalah ) guiSetText ( label,'Hajwalah') end end ) Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 (edited) جرب , addEventHandler('onClientRender',root, function() if guiGetVisible(Label) then local Team = getTeamFromName('Hajwalah') if not Team then return end guiSetText(Label,'Players : '..countPlayersInTeam(Team)) end end ) غير Label لاسم اللبل ذذ Edited July 14, 2013 by Guest Link to comment
CRoW,,# Posted July 14, 2013 Author Share Posted July 14, 2013 .. ما ضبط ي طويل العمر Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 .. ما ضبط ي طويل العمر نسيت ارقومنت في السيت ذذ , جربه الحين Link to comment
CRoW,,# Posted July 14, 2013 Author Share Posted July 14, 2013 # تسسسسسسسسسلم يعطيك الف عافيةة ما قصرت 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