Raised This Month: $51 Target: $400
 12% 

[CS:GO / ?] Simple Stats MySQL


Post New Thread Reply   
 
Thread Tools Display Modes
miXXed
Member
Join Date: Sep 2015
Old 10-09-2017 , 13:35   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #41

Hi,

The plugin is working fine and its count the kills etc. aswell.

but the webinterface is not working after upload the configurated web Folder.

the page won't load.

any help ?
miXXed is offline
natrios
Senior Member
Join Date: Feb 2014
Old 10-10-2017 , 12:36   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #42

no one no problem with 900% headshots, kills,playtime etc?


On my server the values ​​change every time I change the map.
__________________

natrios is offline
shadow1
Junior Member
Join Date: Jan 2018
Old 01-22-2018 , 21:22   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #43

I am unable to set sm_ss_minplayers 2, i edit SimpleStats.sp file and after editing this value i compile and put SimpleStats.smx to plugins but dosn't working, if i set cvar from console use rcon sm_ss_minplayers 2 then its work but that command is not saved for future i need to put this command every time Please fix this issue
shadow1 is offline
nhnkl159
Senior Member
Join Date: Jul 2012
Location: Israel 3>
Old 01-22-2018 , 22:53   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #44

Quote:
Originally Posted by shadow1 View Post
I am unable to set sm_ss_minplayers 2, i edit SimpleStats.sp file and after editing this value i compile and put SimpleStats.smx to plugins but dosn't working, if i set cvar from console use rcon sm_ss_minplayers 2 then its work but that command is not saved for future i need to put this command every time Please fix this issue
You can edit the CFG file to save the cvar value at csgo/cfg/sourcemod/sm_simplestats.cfg
__________________
nhnkl159 is offline
Send a message via Skype™ to nhnkl159
shadow1
Junior Member
Join Date: Jan 2018
Old 01-23-2018 , 07:24   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #45

Thanks i just delete sm_simplestats.cfg and run server now its create my edited file in cfg/sourcemod/sm_simplestats.cfg

But 1 thing is not working fine, play time is showing 282 mins for my id but i play only 15 to 30 mins.

Last edited by shadow1; 01-23-2018 at 08:50.
shadow1 is offline
3axap
Member
Join Date: Dec 2012
Old 01-24-2018 , 13:26   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #46

Work on CS:S? Thank you.

CSS
Quote:
L 01/26/2018 - 1063: Info (map "de_dust2") (file "errors_20180126.log")
L 01/26/2018 - 1063: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 01/26/2018 - 1063: [SM] Blaming: SimpleStats.smx
L 01/26/2018 - 1063: [SM] Call stack trace:
L 01/26/2018 - 1063: [SM] [0] GameRules_GetProp
L 01/26/2018 - 1063: [SM] [1] Line 807, SimpleStats.sp::InWarmUP
L 01/26/2018 - 1063: [SM] [2] Line 566, SimpleStats.sp::Event_WeaponFire
L 01/26/2018 - 1063: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 01/26/2018 - 1063: [SM] Blaming: SimpleStats.smx

Last edited by 3axap; 01-26-2018 at 02:50.
3axap is offline
JPerp
Junior Member
Join Date: Mar 2017
Old 01-29-2018 , 19:26   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #47

Anyway you could give me the compiled plug in? Tried to use the download link earlier in the thread but I get a "Error 404: Not Found"
JPerp is offline
nzdisco
New Member
Join Date: Sep 2018
Old 09-13-2018 , 00:56   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #48

Hi having trouble complying. See errors below. Anyone have any ideas?

Cheers

Code:
C:\csgo\csgo\addons\sourcemod\scripting>spcomp simplestats.sp
SourcePawn Compiler 1.9.0.6252
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2017 AlliedModders LLC

C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(322) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(350) : error 017: undefined symbol "MAXPLAYERS"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(350) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(352) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(355) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(357) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_sound.inc(360) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\sdktools_tempents.inc(227) : error 181: function argument named 'rangeType' differs from prototype
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(146) : error 017: undefined symbol "FileExists"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(159) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(160) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(160) : error 163: indeterminate array size in "sizeof" expression (symbol "path_new")
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(161) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(161) : error 163: indeterminate array size in "sizeof" expression (symbol "path_new")
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(163) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(165) : error 017: undefined symbol "DirExists"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(167) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(168) : error 017: undefined symbol "OpenDirectory"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(168) : warning 213: tag mismatch
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(170) : error 017: undefined symbol "ReadDirEntry"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(170) : error 163: indeterminate array size in "sizeof" expression (symbol "dirEntry")
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(172) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(176) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(176) : error 163: indeterminate array size in "sizeof" expression (symbol "dirEntry")
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(177) : error 130: cannot coerce functions to values
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(190) : error 017: undefined symbol "PLATFORM_MAX_PATH"
C:\csgo\csgo\addons\sourcemod\scripting\include\files.inc(194) : error 130: cannot coerce functions to values

Compilation aborted.
26 Errors.
nzdisco is offline
Sarin
Senior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 03-11-2019 , 21:41   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #49

Does this plugin work with CS:S?
Sarin is offline
Sarin
Senior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 03-11-2019 , 22:05   Re: [CS:GO / ?] Simple Stats MySQL
Reply With Quote #50

Is there an already compiled version?

EDIT: one listed previously shows a 404 not found error

Last edited by Sarin; 03-11-2019 at 22:05.
Sarin is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:47.


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