well, i know how to make staff L6 but i need to put a players L1/L2... so plz help me ... what i can do to make it?? i want a fast answer...
i think this code? but if this how i can use it ?? where to put it?
if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Head Staff" ) ) then
-- code here
elseif isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "staff L2" ) ) then
-- code here
elseif isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "staff L3" ) ) then
-- code here
end