Jw8. Posted February 5, 2017 Share Posted February 5, 2017 function getPlayerAcls(thePlayer) local acls = {} local account = getPlayerAccount(thePlayer) if (account) and not (isGuestAccount(account)) then local accountName = getAccountName(account) for i,group in ipairs(aclGroupList()) do if isPlayerInACL(group, "VIP") then local groupName = aclGroupGetName(group) table.insert(acls, groupName) end end end return acls end ) وين المشكلة ابيه يعطي كل السيرفر رتب فيب Link to comment
#BrosS Posted February 5, 2017 Share Posted February 5, 2017 بكل بساطة روح للوحة والأسل ، روح لجروب فيب ده وضيف user.* * = الكل 1 Link to comment
Jw8. Posted February 5, 2017 Author Share Posted February 5, 2017 اعرف @ ابيه كذا انا ما ابي احط من الاسل عشني بضيف exports["guimessages"]:outputServer (group, "[VIP System]", 255, 100, 70 ) Link to comment
#BrosS Posted February 5, 2017 Share Posted February 5, 2017 طيب سوي لوب يجيب اللاعبين getElementByType ومافهمت ليه كل التخبيص والجداول ،استعمل aclGroupAddObject ولازم تضيف المود لجروب ادمن ^ Link to comment
Abdul KariM Posted February 5, 2017 Share Posted February 5, 2017 الكود اي اشوفه فوق يوسفل فنكشن وماله اي علاقة بأعطاء كل الاعبين في اي بي واستخدم هذي الفنكشنات getElementsByType getPlayerAccount isGuestAccount getAccountName aclGetGroup isObjectInACLGroup aclGroupAddObject 3 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