events.py
events.py is a Battlefield 2 server script that prints connections, disconnects and chat messages to the server console.
Download Link
How to Install
- Browse to
admin/standard_adminin your server directory - Edit
__init__.pyso it looks similar to the following. Theimport eventsandevents.init()lines are what you need to add.import autobalance import tk_punish import events autobalance.init() tk_punish.init() events.init() - Put the script in the
admin/standard_adminfolder. - Run your server. If
comes up in your server console it should work from there.eval.py loaded