Re: How to load metamod with statsme + non metamod bot? -
07-04-2004
in the statsme folder theres a statsme.cfg.....in there the first editable line after the password part is :
// Rank by AUTHID
// If you play with bots, or on a LAN Server you should *not* enabled Rank by AUTHID
sm_storebyauth 1
need to change the 1 to a 0 so it looks like this :
// Rank by AUTHID
// If you play with bots, or on a LAN Server you should *not* enabled Rank by AUTHID
sm_storebyauth 0
|