Jump to content
  • 0
Sign in to follow this  
minx123

how to disable # from gm below 60 and lock item

Question

i need to disable # from gm command below GM 60.

so all command to give player they cant use..

it is possible?

 

and how to lock all item from they made give to player?

or its bound to gm account only.

 

right now my server all item is trade able.. worry they will give to player so i want lock all to their account cant be trade without GM 99.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@@minx123

to disabled #item command use boolean

groups.conf
item: [true,false]

 

construction of boolean [ @ , # ]

so [ @@True, #false ]

 

your GM Level 60 you can put permission

can_trade:false

can_trade_bound: false

 

example :
 

{	id: 60	name: "Custom GM"	level: 60	commands: { /* PUT COMMANDS HERE */ }	permissions: {		can_trade : false		can_trade_bound : false	}},
Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

 

@@minx123

to disabled #item command use boolean

groups.conf

item: [true,false]

 

construction of boolean [ @ , # ]

so [ @@True, #false ]

 

your GM Level 60 you can put permission

can_trade:false

can_trade_bound: false

 

example :

 

{	id: 60	name: "Custom GM"	level: 60	commands: { /* PUT COMMANDS HERE */ }	permissions: {		can_trade : false		can_trade_bound : false	}},

thank you sir. 

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.