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

[CS:S] RankMe (Version 2.8.3 - 19 Jul 12)


Post New Thread Reply   
 
Thread Tools Display Modes
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-03-2016 , 00:51   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1241

I'll check it later
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-03-2016 , 05:30   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1242

Quote:
Originally Posted by Neuro Toxin View Post
Considering the OP author hasn't been online for years you should make a new plugin thread for this CSGO version.
Not now, I'll rewrite my rankme version with new syntax later if I'm not busy.

Quote:
Originally Posted by Nachtfrische View Post
Nope, not working. Not even with a fresh database. This is what I keep getting in the logs...
Sorry my friend, I can't reproduce your error in my test server.
It didn't show any error log, and mysql server was connected.
I'm using SM 1.8-5947.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
Mester Skunk
Senior Member
Join Date: Nov 2014
Location: Denmark
Old 11-03-2016 , 09:09   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1243

Quote:
Nope, not working. Not even with a fresh database. This is what I keep getting in the logs
When updating to the newest version (I personnally use rogeraabbccdd version) you need to delete the cfg file:
cfg/sourcemod/rankme.cfg and let the plugin make one itself, on next map change.

Quote:
Having points works, but after someone has killed anyone, the points don't get saved in the database. They just reset after a map change.

Any solutions?
Delete the database should work. I have not tried it myself yet, so i can't guarantee it will work, but i bealive others have tried it, with succes.

Please post any updates!

Quote:
Considering the OP author hasn't been online for years you should make a new plugin thread for this CSGO version.
I think this is a brilliant idea! Maybe also with updated web interface, if possible.
__________________
Mester Skunk is offline
Nachtfrische
Member
Join Date: Aug 2015
Location: Dream Community
Old 11-03-2016 , 13:37   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1244

Quote:
Originally Posted by Mester Skunk View Post
When updating to the newest version (I personnally use rogeraabbccdd version) you need to delete the cfg file:
cfg/sourcemod/rankme.cfg and let the plugin make one itself, on next map change.
The file was created automatically and it works, but just doesn't save points.
As I've mentioned, I've used a brand new and fresh database but it still didn't do anything. Thanks for trying to help though.

Quote:
Originally Posted by rogeraabbccdd View Post
Sorry my friend, I can't reproduce your error in my test server.
It didn't show any error log, and mysql server was connected.
I'm using SM 1.8-5947.
I'm using SM 1.9-5996, maybe it's just not working with the 1.9 builds?

Last edited by Nachtfrische; 11-03-2016 at 13:44.
Nachtfrische is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-03-2016 , 13:57   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1245

Quote:
Originally Posted by Nachtfrische View Post
I'm using SM 1.9-5996, maybe it's just not working with the 1.9 builds?
Maybe. I didn't test it with SM 1.9
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 11-03-2016 at 15:12.
rogeraabbccdd is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-03-2016 , 14:06   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1246

Roger, I did a fresh compile & install with your version under the latest SM 1.8 and had zero issues. Thank you!

Nachtfrische, are you compiling with old 1.7 includes? Try using latest 1.8, a lot has changed since then.
__________________

Last edited by sneaK; 11-03-2016 at 14:07.
sneaK is offline
Nachtfrische
Member
Join Date: Aug 2015
Location: Dream Community
Old 11-03-2016 , 18:50   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1247

Quote:
Originally Posted by blackhawk74 View Post
Nachtfrische, are you compiling with old 1.7 includes? Try using latest 1.8, a lot has changed since then.
Hey, I've compiled it under the latest 1.9 and it's still not working correctly.
Code:
L 11/03/2016 - 23:53:14: [SM] Exception reported: Instruction contained invalid parameter
L 11/03/2016 - 23:53:14: [SM] Blaming: rankme_kento.smx
L 11/03/2016 - 23:53:14: [SM] Call stack trace:
L 11/03/2016 - 23:53:14: [SM]   [1] Line 1221, rankme_kento.sp::Event_RoundEnd
The plugin correctly generated a new table in the MYSQL database and correctly stores new people in it but it just isn't refreshing the rank points.

EDIT:
I've tried it on a different server and it's still not working. Weirdly enough, it creates two tables?!
I'm using the default cfg file that the plugin creates in which the table is called "rankme".
But in a empty database it will create a table called "rankme", in which it puts the player names and points (but the points aren't being refreshed) and it also creates a new table called: rankme_csgo_knife in our case. Trying it on another server and it creates the database: rankme_csgo_de.
Why is that happening or is another plugin / config file interfering somewhere?

Thanks for the help.

Last edited by Nachtfrische; 11-03-2016 at 19:39.
Nachtfrische is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-04-2016 , 14:03   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1248

Quote:
Originally Posted by Nachtfrische View Post
Hey, I've compiled it under the latest 1.9 and it's still not working correctly...
How about downgrade your server to SM1.8?
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-04-2016 , 16:43   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1249

Quote:
Originally Posted by Neuro Toxin View Post
Considering the OP author hasn't been online for years you should make a new plugin thread for this CSGO version.
I updated my plugin with new features and recreate a git repo.
Here's my new plugin thread for my CSGO version.
https://forums.alliedmods.net/showthread.php?p=2467665
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 11-06-2016 , 03:54   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1250

Anyone can repairing the original version, for the CS:S?
With the latest version from the 1.9.0 the plugin not working correctly and got these error messages:
Code:
L 11/06/2016 - 09:29:59: SourceMod error session started
L 11/06/2016 - 09:29:59: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 09:29:59: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:29:59: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:29:59: [SM] Call stack trace:
L 11/06/2016 - 09:29:59: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:37:18: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:37:18: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:37:18: [SM] Call stack trace:
L 11/06/2016 - 09:37:18: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:39:04: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:39:04: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:39:04: [SM] Call stack trace:
L 11/06/2016 - 09:39:04: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:39:13: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:39:13: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:39:13: [SM] Call stack trace:
L 11/06/2016 - 09:39:13: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:39:21: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:39:21: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:39:21: [SM] Call stack trace:
L 11/06/2016 - 09:39:21: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:39:28: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:39:28: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:39:28: [SM] Call stack trace:
L 11/06/2016 - 09:39:28: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:39:46: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:39:46: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:39:46: [SM] Call stack trace:
L 11/06/2016 - 09:39:46: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:40:07: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:40:07: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:40:07: [SM] Call stack trace:
L 11/06/2016 - 09:40:07: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:40:48: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:40:48: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:40:48: [SM] Call stack trace:
L 11/06/2016 - 09:40:48: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:41:05: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:41:05: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:41:05: [SM] Call stack trace:
L 11/06/2016 - 09:41:05: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:41:30: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:41:30: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:41:30: [SM] Call stack trace:
L 11/06/2016 - 09:41:30: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:42:24: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:42:24: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:42:24: [SM] Call stack trace:
L 11/06/2016 - 09:42:24: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:42:25: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:42:25: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:42:25: [SM] Call stack trace:
L 11/06/2016 - 09:42:25: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:42:27: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:42:27: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:42:27: [SM] Call stack trace:
L 11/06/2016 - 09:42:27: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:42:33: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:42:33: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:42:33: [SM] Call stack trace:
L 11/06/2016 - 09:42:33: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:43:49: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:43:49: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:43:49: [SM] Call stack trace:
L 11/06/2016 - 09:43:49: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:44:09: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:44:09: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:44:09: [SM] Call stack trace:
L 11/06/2016 - 09:44:09: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:44:47: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:44:47: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:44:47: [SM] Call stack trace:
L 11/06/2016 - 09:44:47: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:45:21: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:45:21: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:45:21: [SM] Call stack trace:
L 11/06/2016 - 09:45:21: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:45:49: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:45:49: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:45:49: [SM] Call stack trace:
L 11/06/2016 - 09:45:49: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:45:53: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:45:53: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:45:53: [SM] Call stack trace:
L 11/06/2016 - 09:45:53: [SM]   [1] Line 1486, rankme.sp::EventPlayerDeath
L 11/06/2016 - 09:46:24: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 09:46:24: [SM] Blaming: rankme.smx
L 11/06/2016 - 09:46:24: [SM] Call stack trace:
L 11/06/2016 - 09:46:24: [SM]   [1] Line 1757, rankme.sp::OnClientDisconnect
L 11/06/2016 - 09:47:29: [SM] Exception reported: Instruction contained invalid parameter
The rankme_kento version dead too with CS:S for me. Got these error messages:
Code:
L 11/06/2016 - 07:14:13: SourceMod error session started
L 11/06/2016 - 07:14:13: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 07:14:13: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 07:14:13: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 07:14:13: [SM] Call stack trace:
L 11/06/2016 - 07:14:13: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 07:38:55: SourceMod error session started
L 11/06/2016 - 07:38:55: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 07:38:55: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 07:38:55: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 07:38:55: [SM] Call stack trace:
L 11/06/2016 - 07:38:55: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 07:48:32: SourceMod error session started
L 11/06/2016 - 07:48:32: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 07:48:32: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 07:48:32: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 07:48:32: [SM] Call stack trace:
L 11/06/2016 - 07:48:32: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 07:48:41: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 07:48:41: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 07:48:41: [SM] Call stack trace:
L 11/06/2016 - 07:48:41: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 07:59:30: SourceMod error session started
L 11/06/2016 - 07:59:30: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 07:59:30: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 07:59:30: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 07:59:30: [SM] Call stack trace:
L 11/06/2016 - 07:59:30: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 08:03:42: SourceMod error session started
L 11/06/2016 - 08:03:42: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 08:03:42: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 08:03:42: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 08:03:42: [SM] Call stack trace:
L 11/06/2016 - 08:03:42: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 08:04:14: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 08:04:14: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 08:04:14: [SM] Call stack trace:
L 11/06/2016 - 08:04:14: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
L 11/06/2016 - 08:06:12: SourceMod error session started
L 11/06/2016 - 08:06:12: Info (map "de_dust2") (file "errors_20161106.log")
L 11/06/2016 - 08:06:12: [SM] Exception reported: Instruction contained invalid parameter
L 11/06/2016 - 08:06:12: [SM] Blaming: rankme_kento.smx
L 11/06/2016 - 08:06:12: [SM] Call stack trace:
L 11/06/2016 - 08:06:12: [SM]   [1] Line 1772, rankme_kento.sp::OnClientDisconnect
Code:
meta version
 Metamod:Source Version Information
    Metamod:Source version 1.11.0-dev+998
    Plugin interface version: 15:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Sep 24 2015 20:12:12
    Built from: https://github.com/alliedmodders/metamod-source/commit/ebf29da
    Build ID: 998:ebf29da
    http://www.metamodsource.net/

sm version
 SourceMod Version Information:
    SourceMod Version: 1.9.0.6000
    SourcePawn Engine: 1.9.0.6000, jit-x86 (build 1.9.0.6000)
    SourcePawn API: v1 = 4, v2 = 12
    Compiled on: Oct 27 2016 00:23:06
    Built from: https://github.com/alliedmodders/sourcemod/commit/1ff7b72
    Build ID: 6000:1ff7b72
    http://www.sourcemod.net/

Last edited by pubhero; 11-06-2016 at 03:58.
pubhero 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 20:25.


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