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

SuperLogs: CS:S 1.2.4 (updated 2010-09-24)


Post New Thread Reply   
 
Thread Tools Display Modes
SuperShadow
SourceMod Donor
Join Date: Jun 2008
Location: Westminster, MD
Old 02-21-2010 , 19:44   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #21

@nightrider
From original post, right above the the get plug in link
Quote:
Originally Posted by psychonic View Post
...
Compiling Notes
SuperLogs: CS:S requires loghelper and wstatshelper.inc to be in the scripting/include directory when compiling, and therefore, will not compile on the web compiler. SM version 1.1 or higher is required to compile.
This is why the compiled plugin and required include files have links.
SuperShadow is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-21-2010 , 19:45   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #22

Quote:
Originally Posted by nightrider View Post
Get Plugin
Plugin failed to compile! Please try contacting the author.




Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.2.1
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

/groups/sourcemod/upload_tmp/textsgBpsZ.sp(79) : fatal error 120: cannot read from file: "loghelper"

Compilation aborted.
1 Error.
From the first post...
Quote:
Originally Posted by psychonic View Post
Compiling Notes
SuperLogs: CS:S requires loghelper and wstatshelper.inc to be in the scripting/include directory when compiling, and therefore, will not compile on the web compiler. SM version 1.1 or higher is required to compile.
psychonic is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 02-21-2010 , 22:54   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #23

.... doh
Thanks
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!


nightrider is offline
Lucker
Junior Member
Join Date: Dec 2009
Old 02-28-2010 , 05:39   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #24

Quote:
Originally Posted by DieterM75 View Post
workaround:

edit loghelper.inc line 123:
Code:
LogToGame("\"%N<%d><%s><%s>\" killed
to
Code:
LogToGame("[KTRAJ] \"%N<%d><%s><%s>\" killed
add to superlogs-css.sp before line 235:
Code:
LogKill(attacker, victim, weapon, true, "");
now you do not need "superlogs_locations" set to "1" so replace the "1" with "0" in line 96

compile...
upload...

logs should look like this now:
Code:
L 01/09/2010 - 13:11:40: "..Like_Princess..<135><STEAM_0:0:xxxxxx><TERRORIST>" killed "Bull<138><STEAM_0:0:xxxxxx><CT>" with "ak47" (headshot)
L 01/09/2010 - 13:11:40: [KTRAJ] "..Like_Princess..<135><STEAM_0:0:xxxxxx><TERRORIST>" killed "Bull<138><STEAM_0:0:xxxxxx><CT>" with "ak47" (attacker_position "-525 -739 -38") (victim_position "-431 -274 58")
psychostats 3.2 accepts it and you are able to generate heatmaps ;)

hf

//to author: maybe implement a psychostats 3.2 spartial check?
I have make it. When I will compile come

Code:
# ./spcomp superlogs-css
SourcePawn Compiler 1.3.0
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

superlogs-css.sp(234) : error 017: undefined symbol "victim"

1 Error.

Last edited by Lucker; 02-28-2010 at 05:44.
Lucker is offline
Send a message via ICQ to Lucker
psychonic

BAFFLED
Join Date: May 2008
Old 02-28-2010 , 16:51   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #25

Quote:
Originally Posted by Lucker View Post
I have make it. When I will compile come

Code:
# ./spcomp superlogs-css
SourcePawn Compiler 1.3.0
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

superlogs-css.sp(234) : error 017: undefined symbol "victim"

1 Error.
There's no need to edit anything. The latest version has this support built in.
psychonic is offline
DutchKiller
Junior Member
Join Date: Mar 2010
Old 03-17-2010 , 08:10   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #26

when i click on: Get Plugin, it says:

Plugin failed to compile! Please try contacting the author.

so... now i'm contacting you

and, im gonna try to install this on my saerver and website, because i have a double logging error with hlxstats.

will this help?
DutchKiller is offline
psychonic

BAFFLED
Join Date: May 2008
Old 03-17-2010 , 08:19   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #27

Quote:
Originally Posted by DutchKiller View Post
when i click on: Get Plugin, it says:

Plugin failed to compile! Please try contacting the author.

so... now i'm contacting you
As noted 4 & 5 posts above and on the first post, the forum compiler will not compile this, which is why the smx is also attached on the first post.

Quote:
Originally Posted by psychonic View Post
Compiling Notes
SuperLogs: CS:S requires loghelper and wstatshelper.inc to be in the scripting/include directory when compiling, and therefore, will not compile on the web compiler. SM version 1.1 or higher is required to compile.
psychonic is offline
DutchKiller
Junior Member
Join Date: Mar 2010
Old 03-17-2010 , 11:24   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #28

thnx,

but u think that it will help? cause i think the (game)server isn't correct...?

Last edited by DutchKiller; 03-17-2010 at 12:12.
DutchKiller is offline
graczu
Senior Member
Join Date: Mar 2006
Old 05-06-2010 , 07:46   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #29

plugin is active on my server, but dont loggin weapon stats, psychostats don't generate hs count and accury stats, any one know why?.

I see that in the log are line's like
"L 05/06/2010 - 14:24:55: "Silver<109><STEAM_0:1:23677191><TERRORIS T>" killed "KAZIK<118><STEAM_0:0:17559214><CT>" with "ak47" (headshot) (attacker_position "1412 -1387 -448") (victim_position "1533 -64 -384")"

but dont see weapon stats, in plugin they are default on.
__________________
graczu is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-06-2010 , 07:53   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #30

Quote:
Originally Posted by graczu View Post
plugin is active on my server, but dont loggin weapon stats, psychostats don't generate hs count and accury stats, any one know why?.

I see that in the log are line's like
"L 05/06/2010 - 14:24:55: "Silver<109><STEAM_0:1:23677191><TERRORIS T>" killed "KAZIK<118><STEAM_0:0:17559214><CT>" with "ak47" (headshot) (attacker_position "1412 -1387 -448") (victim_position "1533 -64 -384")"

but dont see weapon stats, in plugin they are default on.
The weapon logging is enabled by default. Please post the output of the "sm plugins list" command via server console or rcon to verify the plugin is loaded.
psychonic 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 04:07.


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