Custom Query (126 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 126)

Ticket Resolution Summary Owner Reporter
#20 fixed Log remote commands and chat to individual files alloc Alloc
Description Log lines like
Executing command 'lt' from client alloc
to a rcon.log and chat messages like
GMSG: alloc: bla blubb
to a chat.log
#72 invalid Make an Hook at Position Alloc 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)) {
...
}
#48 fixed MaxWait on stop as option Alloc Alloc
Description Looks like for larger maps a bit more of delay is required.
Note: See TracQuery for help on using queries.