AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D & L4D2] Custom Player Stats v1.4B121 (https://forums.alliedmods.net/showthread.php?t=115965)

Marcus101RR 01-19-2010 17:06

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Quote:

L 01/19/2010 - 16:28:43: [l4d_stats.smx] SQL Error: Unknown table engine 'InnoDB' (Query: "UPDATE players SET points = points + 0, kills = kills + 0, kill_infected = kill_infected + 0, headshots = headshots + 0 WHERE steamid = 'STEAM_1:0:357836164'")
L 01/19/2010 - 16:28:44: [SM] Native "SQL_GetRowCount" reported: Invalid query Handle 0 (error: 4)
L 01/19/2010 - 16:28:44: [SM] Displaying call stack trace for plugin "l4d_stats.smx":
L 01/19/2010 - 16:28:44: [SM] [0] Line 1943, /home/groups/alliedmodders/forums/files/5/2/0/8/2/57698.attach::InsertMapDB()
Help...

bman87 01-19-2010 17:53

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
So far working great. Is it possible to turn off all the notifications except for rank change?

EDIT:
l4d_stats_announcemode 0 is what I was looking for....

Marcus101RR 01-19-2010 17:54

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Quote:

Originally Posted by bman87 (Post 1060491)
So far working great. Is it possible to turn off all the notifications except for rank change?

Yeah it is, go check out the cfg file there are some flags you can put in to reduce announcements. However, that was from the old version im using, so im not sure why this one doesn't work at all.

muukis 01-20-2010 02:51

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Quote:

Originally Posted by Marcus101RR (Post 1060440)
Help...

Execute command ./mysql -uroot -p<ROOT PASSWORD> -e"show engines" or execute query show engines.
Code:

+------------+---------+----------------------------------------------------------------+
| Engine    | Support | Comment                                                        |
+------------+---------+----------------------------------------------------------------+
| MyISAM    | YES    | Default engine as of MySQL 3.23 with great performance        |
| MEMORY    | YES    | Hash based, stored in memory, useful for temporary tables      |
| InnoDB    | DEFAULT | Supports transactions, row-level locking, and foreign keys    |
| BerkeleyDB | NO      | Supports transactions and page-level locking                  |
| BLACKHOLE  | YES    | /dev/null storage engine (anything you write to it disappears) |
| EXAMPLE    | NO      | Example storage engine                                        |
| ARCHIVE    | YES    | Archive storage engine                                        |
| CSV        | NO      | CSV storage engine                                            |
| ndbcluster | NO      | Clustered, fault-tolerant, memory-based tables                |
| FEDERATED  | YES    | Federated MySQL storage engine                                |
| MRG_MYISAM | YES    | Collection of identical MyISAM tables                          |
| ISAM      | NO      | Obsolete storage engine                                        |
+------------+---------+----------------------------------------------------------------


RasterMan 01-20-2010 06:14

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Working fine for me :)
Keep up the good work!

DaxMan 01-20-2010 06:56

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
haven't noticed any problem at all. Very nice work :)

bloodmaan 01-20-2010 14:26

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
good work work fine. is there a way to change from steam id to ip for login ?

Inker 01-21-2010 01:32

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
How hard would it be to have a 'Zombies Killed: ##' underneath 'Players Served'?

muukis 01-21-2010 01:54

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Quote:

Originally Posted by Inker (Post 1061938)
How hard would it be to have a 'Zombies Killed: ##' underneath 'Players Served'?

Not hard at all. I will add it in the next release. A minor update is on its way... soon.

tusca 01-21-2010 16:44

Re: [L4D & L4D2] Custom Player Stats v1.4B46
 
Hey all, Awesome mod love it :)
I'm wondering, Is it possible to run two servers on one stat/score system.

atm I have one server running stats, just finished setting up a second server and would like it to add to the stats db on the first server.

make sense? and is possible?


All times are GMT -4. The time now is 03:55.

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