events.py

events.py is a Battlefield 2 server script that prints connections, disconnects and chat messages to the server console.

Download Link

events.py

How to Install

  1. Browse to admin/standard_admin in your server directory
  2. Edit __init__.py so it looks similar to the following. The import events and events.init() lines are what you need to add.
    import autobalance
    import tk_punish
    import events
    
    autobalance.init()
    tk_punish.init()
    events.init()
  3. Put the script in the admin/standard_admin folder.
  4. Run your server. If eval.py loaded comes up in your server console it should work from there.