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

SoD Player Stats


Post New Thread Reply   
 
Thread Tools Display Modes
FrostbyteX
Senior Member
Join Date: Dec 2007
Old 02-10-2009 , 21:24   Re: SoD Player Stats
Reply With Quote #441

Quote:
Originally Posted by xabba View Post
Frostbyte,

Having a slight issue with the plugin. I am trying to get it working in Goldeneye Source Beta 3. Stats display when you type in 'rank', but the mod is only registering suicides. It will not register a kill or a death when killed by another player. Is this something you can help with or look in to when you get a moment? It'd be greatly appreciated!

Thanks in advance!!
Can you get me the mod's event list?
FrostbyteX is offline
coach
SourceMod Donor
Join Date: Jun 2008
Old 02-11-2009 , 16:20   Re: SoD Player Stats
Reply With Quote #442

Hey Frostbyte. I use this for DODS. Is there any chance of adding flag capture & defenses to the plugin. Also points to winning teams of rounds with penalties for losing team.
coach is offline
xabba
New Member
Join Date: Feb 2009
Old 02-11-2009 , 16:40   Re: SoD Player Stats
Reply With Quote #443

Quote:
Originally Posted by FrostbyteX View Post
Can you get me the mod's event list?
If you can tell me where I would find that, then I'd be more than happy to send it to you.
xabba is offline
xabba
New Member
Join Date: Feb 2009
Old 02-11-2009 , 17:26   Re: SoD Player Stats
Reply With Quote #444

I think I may have found it. This is the modevents.res file. Was this what you were asking for? Let me know, and thanks again!

Quote:
//=========== (C) Copyright 1999 Valve, L.L.C. All rights reserved. ===========
//
// The copyright to the contents herein is the property of Valve, L.L.C.
// The contents may be used and/or copied only with the written permission of
// Valve, L.L.C., or in accordance with the terms and conditions stipulated in
// the agreement/contract under which the contents have been supplied.
//============================================= ================================

// No spaces in event names, max length 32
// All strings are case sensitive
//
// valid data key types are:
// string : a zero terminated string
// bool : unsigned int, 1 bit
// byte : unsigned int, 8 bit
// short : signed int, 16 bit
// long : signed int, 32 bit
// float : float, 32 bit
// local : any data, but not networked to clients
//
// following key names are reserved:
// local : if set to 1, event is not networked to clients
// unreliable : networked, but unreliable
// suppress : never fire this event
// time : firing server time
// eventid : holds the event ID

"modevents"
{
"player_death" // a game event, name may be 32 charaters long
{
"userid" "short" // user ID who died
"attacker" "short" // user ID who killed
"weapon" "string" // weapon name killed used
"weaponid" "short" // GE Weapon ID (for easy comparison)
"custom" "byte" // Used for achievements

}
"player_changeident" // Used to track when the player changes their character
{
"playerid" "short"
"ident" "string"
}
"gamemode_change"
{
"ident" "string"
"printname" "string"
"teamplay" "byte"
}
"weaponset_change"
{
"ident" "string"
"printname" "string"
}
"achievement_earned"
{
"player" "byte" // entindex of the player
"achievement" "short" // achievement ID
}
"achievement_unlocked"
{
"achievement_name" "string"
}
"spec_target_updated"
{
}

"specialmusic_setup"
{
"playerid" "short"
"duration" "float"
}

"radar_addcontact"
{
"entityid" "short"
"type" "byte"
"icon" "string"
"alwaysvis" "bool"
"color_r" "byte"
"color_g" "byte"
"color_b" "byte"
"color_a" "byte"
}

"radar_dropcontact"
{
"entityid" "short"
}

"round_start"
{
"gameplay" "string"
"teamplay" "byte"
}

"round_end"
{
"winnerid" "short"
"teamid" "short"
"isfinal" "byte"

"award1_id" "short"
"award1_winner" "short"

"award2_id" "short"
"award2_winner" "short"

"award3_id" "short"
"award3_winner" "short"

"award4_id" "short"
"award4_winner" "short"

"award5_id" "short"
"award5_winner" "short"

"award6_id" "short"
"award6_winner" "short"
}
}
xabba is offline
FrostbyteX
Senior Member
Join Date: Dec 2007
Old 02-13-2009 , 13:33   Re: SoD Player Stats
Reply With Quote #445

That's it! And I know what the problem is. I'll submit a version for your mod.
FrostbyteX is offline
xabba
New Member
Join Date: Feb 2009
Old 02-14-2009 , 14:09   Re: SoD Player Stats
Reply With Quote #446

Oh dude, you rock!! Please let me know as soon as you get it up. I and many other Goldeneye server admins really appreciate your efforts!
xabba is offline
Hex.
SourceMod Donor
Join Date: Feb 2009
Old 02-23-2009 , 13:44   Re: SoD Player Stats
Reply With Quote #447

Hia,
I play sourceforts, had sod for a while now, in my game you have a flag to. I was wondering if you could add an extra bit for flag. Check this game out its free, u get different amounts of points for touching and scoring, but wondering if u can make it if you do either u get like the same amounts of points,

TY
Hex.
Hex. is offline
ottobohn
Senior Member
Join Date: Sep 2007
Old 02-23-2009 , 15:42   Re: SoD Player Stats
Reply With Quote #448

Frost,

I was wondering if we could modify SOD stats to keep track of the following:

1- Amount of time spent on the server
2- The amount of kills.

I want to put this on the Deathmatch server and I'll write a php script that'll access SOD stats through mysql. It'll allow me to do a raffle system.

I really love your script and it does well for our awps/scoutz servers.

Thanks!

Otto Bohn
__________________
Director

Gaming with benefits.
www.n00bsalad.net
ottobohn is offline
zhelev81
Veteran Member
Join Date: Nov 2007
Location: Varna,Bulgaria
Old 02-24-2009 , 07:50   Re: SoD Player Stats
Reply With Quote #449

How do I fix this errors :

Code:
L 02/24/2009 - 11:14:08: Info (map "cs_office_extended") (file "errors_20090224.log")
L 02/24/2009 - 11:14:08: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:14:27: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:14:39: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:15:24: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:15:39: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:16:06: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: near "Мї": syntax error
L 02/24/2009 - 11:19:49: Error log file session closed.
zhelev81 is offline
Send a message via ICQ to zhelev81 Send a message via MSN to zhelev81 Send a message via Skype™ to zhelev81
waichun
Junior Member
Join Date: Aug 2008
Old 02-24-2009 , 18:21   Re: SoD Player Stats
Reply With Quote #450

How can i got it work with MySQL
waichun 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 09:00.


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