Help

Re: Help

Postby HETAL » 31 May 2013, 17:18

but i want /zone add for all players but /zone delete for ops+
YOU HAVENT SEEN THE LAST OF ME ISMELLIKE
HETAL
 
Posts: 397
Joined: 24 May 2013, 12:10

Re: Help

Postby HETAL » 31 May 2013, 17:20

i only want /zone add on one map but i dont want people using /zone delete on that same map too
YOU HAVENT SEEN THE LAST OF ME ISMELLIKE
HETAL
 
Posts: 397
Joined: 24 May 2013, 12:10

Re: Help

Postby Conor » 31 May 2013, 20:57

HETAL wrote:but i want /zone add for all players but /zone delete for ops+


You could create a custom command which used the following layout:

Code: Select all
Command.all.Find("zone").Use(p, "add " + p.PublicName);


That would use /zone add [name] whereby [name] is the player's name. This way, they are not allowed to use the typical /zone command, so they can't use /zone delete, but this command allows them to use /zone add. You could change 'p.PublicName' to 'message' if you want to allow them to add anybody.

You could call the command something like /zoneadd or /addzone for example.
Conor (Conanza121)
User avatar
Conor
Coder
 
Posts: 390
Joined: 10 Oct 2012, 21:36
Location: @21Conor

Re: Help

Postby dzienny » 31 May 2013, 21:51

@Hetal
Have you considered that someone can grief solely with /zone add command by for example making multiple zones or setting a zone for a whole map. If you want to stop the grief let people use /mymap command. It will allow them to create their own maps.
User avatar
dzienny
Administrator
 
Posts: 1181
Joined: 23 Jan 2011, 14:27

Re: Help

Postby HETAL » 31 May 2013, 22:23

dzienny wrote:@Hetal
Have you considered that someone can grief solely with /zone add command by for example making multiple zones or setting a zone for a whole map. If you want to stop the grief let people use /mymap command. It will allow them to create their own maps.

Is there a way I can limit how much they can zone, I can make the cmd myself.
YOU HAVENT SEEN THE LAST OF ME ISMELLIKE
HETAL
 
Posts: 397
Joined: 24 May 2013, 12:10

Previous

Return to Help

Who is online

Users browsing this forum: No registered users and 4 guests

cron