AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S] RankMe (Version 2.8.3 - 19 Jul 12) (https://forums.alliedmods.net/showthread.php?t=155621)

lokizito 11-12-2011 10:54

Re: [CS:S] RankMe (Version 2.6.4 - 12 Nov 11)
 
Quote:

Originally Posted by golden_eagle (Post 1595244)
Thank you very much !

No problem at all.

hasjduden 11-12-2011 13:45

Re: [CS:S] RankMe (Version 2.6.2 - 27 Oct 11)
 
Quote:

Originally Posted by lokizito (Post 1592082)
About the hit counter, did you ever reseted your rank? Because it was a known bug (fixed at V.2.5.4 (09/29/11)) and there was no way of correcting without resetting. But if you did, shouldn't happen as the code that counts it (below) will add to the 3 arrays used at same time, so shouldn't be any problem counting.
Code:

g_aStats[attacker][HITS]++;
g_aSession[attacker][HITS]++;
g_aHitBox[attacker][hitgroup]++;

About the duplicate players shouldn't happen as there is a check before inserting the player. But, anyway, you can run sm_rankme_remove_duplicate command to remove the duplicated ones.

When I write sm_rankme_remove_duplicate in console (ingame), it says:

Unkown command

lokizito 11-12-2011 14:57

Re: [CS:S] RankMe (Version 2.6.5 - 12 Nov 11)
 
New version posted.
Changelog:
Code:

= V.2.6.5 (11/12/11):
    => Fix:
          = Fixed remove duplicate queries, and added the return for it. (thanks hasjduden)

Quote:

Originally Posted by hasjduden (Post 1595382)
When I write sm_rankme_remove_duplicate in console (ingame), it says:

Unkown command

Thanks for the report.

TlLLluk 11-12-2011 15:01

Re: [CS:S] RankMe (Version 2.6.4 - 12 Nov 11)
 
2 Attachment(s)
Hi all. I have some problems with Rankme 2.6.4:

Code:

L 11/12/2011 - 20:25:51: Info (map "de_dust2") (file "errors_20111112.log")
L 11/12/2011 - 20:25:51: [rankme.smx][RankMe] Query Fail: no such table: rankme
L 11/12/2011 - 20:25:52: [rankme.smx] [RankMe] Query Fail: no such table: rankme

(SM_1.4, css_v68 )

what i did wrong? :oops:

lokizito 11-12-2011 16:46

Re: [CS:S] RankMe (Version 2.6.6 - 12 Nov 11)
 
New version posted.
Changelog:
Code:

= V.2.6.6 (11/12/11):
    => Fix:
          = Fixed table not being created. (thanks TlLLluk)

Quote:

Originally Posted by TlLLluk (Post 1595442)
Hi all. I have some problems with Rankme 2.6.4:

Code:

L 11/12/2011 - 20:25:51: Info (map "de_dust2") (file "errors_20111112.log")
L 11/12/2011 - 20:25:51: [rankme.smx][RankMe] Query Fail: no such table: rankme
L 11/12/2011 - 20:25:52: [rankme.smx] [RankMe] Query Fail: no such table: rankme

(SM_1.4, css_v68 )

what i did wrong? :oops:

Thanks for the report. Update to the new version and it should run fine.

TlLLluk 11-13-2011 02:27

Re: [CS:S] RankMe (Version 2.6.6 - 12 Nov 11)
 
2 Attachment(s)
Hmm, no. the problem remains ... :(

rankme.cfg - standard

maybe it will help you (logs):

PS: nice plugin, I do not want to lose his ...
sry for my bad eng :oops:

TlLLluk 11-13-2011 03:51

Re: [CS:S] RankMe (Version 2.6.6 - 12 Nov 11)
 
on clean server & clean mm + sm + rankme 2.6.6 - wrote the same error :shock:

lokizito 11-13-2011 06:48

Re: [CS:S] RankMe (Version 2.6.7 - 13 Nov 11)
 
New version posted.
Changelog:
Code:

= V.2.6.7 (11/13/11):
    => Fix:
          = Fixed table not being created. Now it's fixed. (thanks TlLLluk)


TlLLluk 11-13-2011 07:07

Re: [CS:S] RankMe (Version 2.6.7 - 13 Nov 11)
 
thnx men, but 1 error still remains:
when i type "sm_resetrank_all" in serv console:
Code:

sm_resetrank_all
L 11/13/2011 - 16:01:51: [rankme.smx] [RankMe]: All rank data has been reset
[RankMe]: All rank data has been reset
L 11/13/2011 - 16:01:51: [rankme.smx] [RankMe] Query Fail: unrecognized token: "
'"

when i type "sm_resetrank_all" in client console:
Code:

Client "__A" connected (192.168.1.2:27006).
Game will not start until both teams have players.
L 11/13/2011 - 16:03:33: [rankme.smx] [RankMe]: All rank data has been reset
L 11/13/2011 - 16:03:33: [rankme.smx] [RankMe] Query Fail: unrecognized token: "
'"

or is normal ? :shock:

zing 11-14-2011 08:01

Re: [CS:S] RankMe (Version 2.6.7 - 13 Nov 11)
 
Hi!

I would like to get some help with this plugin.
I installed it on my server. Almost everytihing working correctly.
So i changed rankme_dump_db to 1 and i saw rank.sql is created for web interface but this file is empty ( 0bytes ). Why?

version 2.6.7

LOG:

Code:

L 11/14/2011 - 14:10:02: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/14/2011 - 14:10:02: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 11/14/2011 - 14:10:02: [SM] Displaying call stack trace for plugin "rankme.smx":
L 11/14/2011 - 14:10:02: [SM]  [0]  Line 1550, rankme.sp::SQL_DumpCallback()
L 11/14/2011 - 14:11:45: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/14/2011 - 14:11:45: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 11/14/2011 - 14:11:45: [SM] Displaying call stack trace for plugin "rankme.smx":
L 11/14/2011 - 14:11:45: [SM]  [0]  Line 1550, rankme.sp::SQL_DumpCallback()



All times are GMT -4. The time now is 17:40.

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