Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. local _prefix
  3.  
  4. if ( isObjectInACLGroup( "user.".._acc, aclGetGroup ( "Admin" ) ) ) then
  5. _prefix = "[ADMIN]"
  6. elseif ( isObjectInACLGroup( "user.".._acc, aclGetGroup ( "ManagerPROFG" ) ) ) then
  7. _prefix = "[MANAGER-PRO]"
  8. elseif ( isObjectInACLGroup( "user.".._acc, aclGetGroup ( "ManagerFG" ) ) and not isObjectInACLGroup( "user.".._acc, aclGetGroup ( "ModChatFG" ) ) ) then
  9. _prefix = "[MANAGER]"
  10. elseif ( isObjectInACLGroup( "user.".._acc, aclGetGroup ( "ModChatFG" ) ) ) then
  11. _prefix = "[MODCHAT]"
  12. else
  13. _prefix = "[GRACZ]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement