Custom Query (126 matches)
Results (64 - 66 of 126)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#20 | fixed | Log remote commands and chat to individual files | ||
Description |
Log lines like
to a rcon.log and chat messages like
to a chat.log |
|||
#72 | 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) {
} 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 | ||
Description |
Looks like for larger maps a bit more of delay is required. |