AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   [csstats] Problem (https://forums.alliedmods.net/showthread.php?t=180638)

pepe_thugs 03-18-2012 12:03

[csstats] Problem
 
Hi guys.
I have one problem with csstats in my servers.
I start my servers and the csstats save perfectly but when i use "rcon quit" the stats are cleared.
Where is my error..
Permissions the file ?

Baghi 03-18-2012 12:33

Re: [csstats] Problem
 
Quote:

Originally Posted by pepe_thugs (Post 1671256)
Hi guys.
I have one problem with csstats in my servers.
I start my servers and the csstats save perfectly but when i use "rcon quit" the stats are cleared.
Where is my error..
Permissions the file ?

One of the reason is you use non-Steam. No?

8088 03-18-2012 12:37

Re: [csstats] Problem
 
Make sure it's writable by the user that HLDS is running on. And set csstats_reset to 0.

pepe_thugs 03-18-2012 12:38

Re: [csstats] Problem
 
Quote:

Originally Posted by Baghi (Post 1671276)
One of the reason is you use non-Steam. No?


I already know in this Forum the RULE is NON-STEAM = NO SUPPORT

:wink:

pepe_thugs 03-18-2012 12:55

Re: [csstats] Problem
 
Quote:

Originally Posted by 8088 (Post 1671279)
Make sure it's writable by the user that HLDS is running on. And set csstats_reset to 0.


You can explain better. Please :oops:

8088 03-18-2012 13:06

Re: [csstats] Problem
 
In amxx.cfg, add
Code:

csstats_reset 0
And make data/csstats.dat writable.

pepe_thugs 03-18-2012 13:23

Re: [csstats] Problem
 
Quote:

Originally Posted by 8088 (Post 1671297)
In amxx.cfg, add
Code:

csstats_reset 0
And make data/csstats.dat writable.


The file data/csstats.dat is created automatic by plugin ?
The plugin csstats.amxx is put in data folder, right ?
And what the file (data/csstats.dat) permissions ??


EDIT : Not working.
I add the command in amxx.cfg and i use the command "rcon quit" and the stats are cleared. :cry:

8088 03-18-2012 15:21

Re: [csstats] Problem
 
Quote:

Originally Posted by pepe_thugs (Post 1671312)
The file data/csstats.dat is created automatic by plugin ?

I don't know. If it is, you don't have to worry about permissions. If it isn't, you will have to check the permissions.
Quote:

The plugin csstats.amxx is put in data folder, right ?
No. Plugins should be in the plugins folder. Yes, apparently O_o
Quote:

And what the file (data/csstats.dat) permissions ??
Permission to write.
Linux:
Code:

chmod +w csstats.dat
Windows: right-click, properties, uncheck read-only.
Quote:

EDIT : Not working.
I add the command in amxx.cfg and i use the command "rcon quit" and the stats are cleared. :cry:
Whenever you add a cvar to any configuration file, you have to execute that configuration file for it to take effect.

pepe_thugs 03-18-2012 16:27

Re: [csstats] Problem
 
Quote:

Originally Posted by 8088 (Post 1671393)
I don't know. If it is, you don't have to worry about permissions. If it isn't, you will have to check the permissions.

No. Plugins should be in the plugins folder.

Permission to write.
Linux:
Code:

chmod +w csstats.dat
Windows: right-click, properties, uncheck read-only.

Whenever you add a cvar to any configuration file, you have to execute that configuration file for it to take effect.



Nothing Work :down:
And the plugin in plugins folder
ERROR : "amx_plugins"
unknown unknown unknown csstats.amxx running

:down::down:


someone knows this??

8088 not know :nono:

8088 03-18-2012 16:39

Re: [csstats] Problem
 
You're welcome.

Oh, and check if csstats_maxsize isn't set to a too low value. But what do I know...


All times are GMT -4. The time now is 09:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.