Jump to content
  • 0

@who3


JagLers

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/22/19
  • Last Seen:  

Hi,

i have a problem with @who3 which is not showing CID and AID. What may have caused this problem?

 

image.png.350ea9034c68b787a05e747a73b108ee.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  215
  • Reputation:   45
  • Joined:  05/03/13
  • Last Seen:  

Hello

For @who3 to show AID, you need to se the permission who_display_aid: true:

inside conf/groups.conf
Example:
	id: 99
	name: "Admin"
	level: 99
	inherit: ( "Mentor", "Law Enforcement" )
	commands: {
		/* not necessary due to all_commands: true */
	}
	log_commands: true
	permissions: {
		can_trade: true
		can_party: true
		all_skill: false
		all_equipment: false
		skill_unconditional: true
		use_check: true
		who_display_aid: true
		/* all_permission: true */
	}
		

For every group you want to be able to show the AID, you'll need to set the permission (if the group doesn't inherit the permission already).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...