b_statsaver no longer working

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

Post Reply
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

b_statsaver no longer working

Post by xGrunt »

I discovered that b_statsaver is no longer working on our 3.2.0 public server (70.84.83.204:27960). The only thing that changed recently was a new map rotation.

The server otherwise runs fine with no complaints from players except for the non-working statsaver function.

The server.cfg contains

Code: Select all

seta b_statsaver 1
When I check from the console with

Code: Select all

/rcon b_statsaver
the console returns: b_statsaver is: "1" Default is: "1"

I've restarted the server several times thinking something got corrupted. I've made sure no special configs were running by doing a

Code: Select all

/rcon config none
Any thought on why this isn't working? :?

Thanks.
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

check b_defaultskills
should be "" otherwise statsaver wil not work
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

Yeah, that did it. Thanks much, Deus. :thumbs:

I'd had

Code: Select all

b_deafultskills "0 0 0 0 0 0"
and changed it to

Code: Select all

b_defaultskills ""
That seemed to make the difference.
Post Reply