Quote:
Originally Posted by AllMassive
what log-entry should i look for?
|
I don't understand what you want.
My message about the logs is related to your problem with the second vote. The plugin always writes a log about the start of the second vote.
Code:
[analysis]: second vote started. (%s, %s)
It also logs the end of voting.
Code:
[vote_finished]: nextmap is %s.
AMXX logs the map change.
Code:
L 03/19/2023 - 13:56:09: -------- Mapchange to de_dust --------
I can see in the logs when a map is switched to another map instead of the selected one.
You just ignored me.
Quote:
Originally Posted by AllMassive
recently saw the announce of the additional round ingame, but couldnt find a log entry about it.
|
The plugin does not log anything about the last round and the final round. I showed an example of how you can catch the final round. If you want logs or extra messages, you'll have to do it yourself. I can't cram every wish into the plugin. Modularity is made to allow you to keep your additions without constantly changing the main plugin with every update. I add things that can be useful to many people, not just one person.