Doc

Show:

What's happening?

  • Comment: Doesn't receive first packet of rules

    Can you provide any other information? What lines did you comment out?.

    2009-09-12 18:11:17 UTC in SRCDS.py

  • Fixed some stuff

    I noticed a lot of commands that called self.status() messing up. status() returns 2 values, but you were only unpacking one. 268: d = self.status() 275: d = self.status() 282: d = self.status() These didn't work until I changed them to d,players = self.status() Hope this helps, hate to see this module fall to the wayside!

    2009-09-10 02:28:53 UTC in SRCDS.py

  • L4D Compatibility

    I'd like to see this update for use in a L4D server. I'm fiddling with it now but I'm having problems getting the player dictionary sent from the server.status() command.

    2009-04-23 04:36:20 UTC in SRCDS.py

About Me


Send me a message