Jump to content

x[==مشكلة==]x


Jw8.

Recommended Posts

Posted
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
)

وين المشكلة ابيه يعطي كل السيرفر رتب فيب

Posted

اعرف @ ابيه كذا انا

ما ابي احط من الاسل

عشني بضيف

         exports["guimessages"]:outputServer (group,  "[VIP System]", 255, 100, 70 )

Posted

طيب سوي لوب يجيب اللاعبين

getElementByType

 

ومافهمت ليه كل التخبيص والجداول ،استعمل

aclGroupAddObject

ولازم تضيف المود لجروب ادمن ^

Posted

الكود اي اشوفه فوق يوسفل فنكشن

وماله اي علاقة بأعطاء كل الاعبين في اي بي 

واستخدم هذي الفنكشنات

getElementsByType
getPlayerAccount
isGuestAccount
getAccountName
aclGetGroup
isObjectInACLGroup
aclGroupAddObject

 

  • Like 3

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...