Custom Query (126 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 126)

Ticket Owner Reporter Resolution Summary
#72 Alloc behemoth invalid Make an Hook at Position
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)) {
...
}
#75 Alloc Alloc duplicate Voice permission
Description So you can disallow people using voice for a while.
#83 Alloc scrame fixed creative menu does not work,
Description well, cm commend says, that creative menu on\off, but it does not have any effect on server
v10.1, dedicated server, windows
Note: See TracQuery for help on using queries.