#1Topro Posted June 25, 2016 Share Posted June 25, 2016 السلام عليكم شباب أبي يظهر بالتاب الرتبة مثل الكونسول وسوبر ميديتور وكذا Link to comment
Mr.CoR Posted June 25, 2016 Share Posted June 25, 2016 لازم تعدل على مود السكور بورد وتضيف كولمن جديد Link to comment
Nothing Posted June 27, 2016 Share Posted June 27, 2016 يمديك تسويها كذا : exports.scoreboard:addScoreboardColumn('Rank') getPlayerAcls --لا تنسى كود الفنكشن ذا تعمل لوب لكل الاعبين for i, v in next, getElementsByType ( "player" ) do local playeraccount = getPlayerAccount(v) local acl = getPlayerAcls(v) setAccountData ( playeraccount, "Rank", tostring(acl) ) end; أتوقع كذا صح ملاحظة:الكود مو صح بس هاذي الفنكشنات بالترتيب كيف لازم تسويها Link to comment
</Mr.Tn6eL> Posted June 27, 2016 Share Posted June 27, 2016 يمديك تسويها كذا : exports.scoreboard:addScoreboardColumn('Rank') getPlayerAcls --لا تنسى كود الفنكشن ذا تعمل لوب لكل الاعبين for i, v in next, getElementsByType ( "player" ) do local playeraccount = getPlayerAccount(v) local acl = getPlayerAcls(v) setAccountData ( playeraccount, "Rank", tostring(acl) ) end; أتوقع كذا صح ملاحظة:الكود مو صح بس هاذي الفنكشنات بالترتيب كيف لازم تسويها لا موب صح Link to comment
</Mr.Tn6eL> Posted June 27, 2016 Share Posted June 27, 2016 ليش اول شي استخدم المنت داتا مو اكوانت داتا ثاني شي تحقق انه مسجل دخوله ثالث شي يبغالك تسوي له الداتا اذ سجل دخوله رابع شي تحذف الداتا اذ سجل خروجه خامس شي كيف تحول الجدول الى سترنق؟ Link to comment
Nothing Posted June 27, 2016 Share Posted June 27, 2016 بس بكود getPlayerAcls يتحقق من تسجيل دخوله Link to comment
</Mr.Tn6eL> Posted June 27, 2016 Share Posted June 27, 2016 بس بكود getPlayerAclsيتحقق من تسجيل دخوله هذا بالوظيفة موب باللوب Link to comment
` Allawi Posted June 28, 2016 Share Posted June 28, 2016 exports.scoreboard:scoreboardAddColumn("Rank") addEventHandler("onPlayerLogin",root, function(_,theCurrentAccount) if theCurrentAccount then if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)),aclGetGroup("Console")) then setElementData(source,"Rank","Console") -- Complete end end end ) Link to comment
Nothing Posted June 29, 2016 Share Posted June 29, 2016 لو تسوي لوب لجدول فيه القروبات الي تبيها وتحطها بالتتحقق الي بكود علاوي تصير لكل القروبات Link to comment
#1Topro Posted June 29, 2016 Author Share Posted June 29, 2016 انا مثلا معي اسل به سوبر ميديتور وميديتور وادمنن 1 وادمن وكونسول وهيد ابي تظهر الرتبة بتاب؟ هل من اجابة تفيدني ؟ Link to comment
Nothing Posted June 29, 2016 Share Posted June 29, 2016 سوي جدول بالرتب الي تبيها وسوي لوب للجدول وتحقق اذا اللاعب معه الرتبة من كود علاوي 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