Share

SRCDS.py

Code

Programming Languages: Python

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics svn co https://srcdspy.svn.sourceforge.net/svnroot/srcdspy srcdspy

browse code, statistics cvs -d:pserver:anonymous@srcdspy.cvs.sourceforge.net:/cvsroot/srcdspy login

cvs -z3 -d:pserver:anonymous@srcdspy.cvs.sourceforge.net:/cvsroot/srcdspy co -P modulename

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 by drgamez

  • 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 by drgamez

Our Numbers