Jump to content
  • 0

Hey guys i need help.. abut this #command


Critica

Question


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

My server is a high rate server, so i have this @warp command..

but some players are abusing this command, players who knows how to use #warp, are warping my newbies into jail... and most of the players dont even know about this....

this is really annoying, is there a way i could prevent those players using #command?

the only way i know how to fix this is by removing the @warp command.. but is there any other way?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

groups.conf

<commandname> : [ <bool>, <bool> ]

First boolean value is for atcommand, second one for charcommand. If set to

true, group can use command. If only atcommand value is provided, false is

assumed for charcommand.

as far i understand, charcommands cant be used if your command looks like:

warp: true

so well, you can try:

warp: true, false

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   2
  • Joined:  03/10/12
  • Last Seen:  

warp: true, false

you should close it with bracket i think. something like this...
warp: [true, false]
  • Upvote 1
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...