Custom Query (126 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 126)

Ticket Resolution Summary Owner Reporter
#75 duplicate Voice permission Christian Illy Christian Illy
Description

So you can disallow people using voice for a while.

#74 duplicate Spawn entity (e.g. zombies) in arbitrary location Christian Illy Christian Illy
Description

Basically SE command for any location instead of close to a player.

#72 invalid Make an Hook at Position Christian Illy behemoth
Description

How can i make a Hook for a Player-Position <x> <y> <z> <radius>? I get only the Position over the WebApi, but it is to slow and overflow. I need a permanent call for the player position for make an Event. Please help with an Extension like this: public bool inPosition (position, radius) {

int minPosition = (int)position - (int)radius; int maxPosition = (int)position + (int)radius; return position>=minPosition && position<=maxPosition;

}

to call: if(inPosition (lastPos.x, config.radius) && inPosition (lastPos.y, config.radius) && inPosition (lastPos.z, config.radius)) {

...

}

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.