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

[CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)


Post New Thread Reply   
 
Thread Tools Display Modes
juss
Senior Member
Join Date: Jan 2016
Old 01-06-2017 , 11:45   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #121

Quote:
Originally Posted by rogeraabbccdd View Post
yes
thank you man, you the one ^ ^
juss is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-06-2017 , 12:56   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #122

+1 to the SM 1.9 support, if you were able to look into that it'd be great!
__________________
sneaK is offline
VestSmart
New Member
Join Date: Mar 2016
Location: Poland
Old 01-07-2017 , 14:29   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #123

Hey!
I come from Polish so my English is not too good
My question is whether I need to connect to the MySQL database as here?: https://forums.alliedmods.net/showthread.php?t=155621
VestSmart is offline
spot
Senior Member
Join Date: May 2009
Old 01-07-2017 , 18:30   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #124

Seems to work, no bugs or errors so far.. Nice job!
spot is offline
root88
Senior Member
Join Date: May 2016
Old 01-09-2017 , 12:16   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #125

I'm getting errors (.16):
Code:
L 01/09/2017 - 17:36:28: [SM] Exception reported: Client 13 is not connected
L 01/09/2017 - 17:36:28: [SM] Blaming: kento_rankme.smx
L 01/09/2017 - 17:36:28: [SM] Call stack trace:
L 01/09/2017 - 17:36:28: [SM]   [0] IsFakeClient
L 01/09/2017 - 17:36:28: [SM]   [1] Line 1903, E:\Moje dokumenty\sourcemod\addons\sourcemod\scripting\kento_rankme.cpp::SQL_LoadPlayerCallback
Line 1903:
PHP Code:
if (!g_bRankBots && (IsFakeClient(client) || !IsValidClient(client))) 
Shouldn't it be:
PHP Code:
if (!g_bRankBots && (!IsValidClient(client) || IsFakeClient(client))) 
Or it doesn't matter?
__________________
root88 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 01-11-2017 , 05:25   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.17 | 2017-1-6)
Reply With Quote #126

Update 3.0.3.Kento.18
  • Fix for SM1.9.

Tested in SM1.9-6032.
__________________

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; 01-11-2017 at 05:26.
rogeraabbccdd is offline
spot
Senior Member
Join Date: May 2009
Old 01-12-2017 , 07:45   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.18 | 2017-1-11)
Reply With Quote #127

System:
Ubuntu 14.04.5 LTS (GNU/Linux 3.19.0-58-generic x86_64)

Client not connected Error:
Code:
L 01/09/2017 - 22:40:02: SourceMod error session started
L 01/09/2017 - 22:40:02: Info (map "de_mirage") (file "errors_20170109.log")
L 01/09/2017 - 22:40:02: [SM] Exception reported: Client 4 is not connected
L 01/09/2017 - 22:40:02: [SM] Blaming: kento_rankme.smx
L 01/09/2017 - 22:40:02: [SM] Call stack trace:
L 01/09/2017 - 22:40:02: [SM]   [0] IsFakeClient
L 01/09/2017 - 22:40:02: [SM]   [1] Line 1920, D:\CSGODS\CSGO\csgo\addons\sourcemod\scripting\kento_rankme.sp::SQL_LoadPlayerCallback
L 01/09/2017 - 22:40:09: [SM] Exception reported: Client 4 is not connected
L 01/09/2017 - 22:40:09: [SM] Blaming: kento_rankme.smx
L 01/09/2017 - 22:40:09: [SM] Call stack trace:
L 01/09/2017 - 22:40:09: [SM]   [0] IsFakeClient
L 01/09/2017 - 22:40:09: [SM]   [1] Line 1920, D:\CSGODS\CSGO\csgo\addons\sourcemod\scripting\kento_rankme.sp::SQL_LoadPlayerCallback
L 01/09/2017 - 22:49:33: Error log file session closed.
L 01/09/2017 - 22:49:52: SourceMod error session started
L 01/09/2017 - 22:49:52: Info (map "de_dust2") (file "errors_20170109.log")
L 01/09/2017 - 22:49:52: [SM] Exception reported: Client 9 is not connected
L 01/09/2017 - 22:49:52: [SM] Blaming: kento_rankme.smx
L 01/09/2017 - 22:49:52: [SM] Call stack trace:
L 01/09/2017 - 22:49:52: [SM]   [0] IsFakeClient
L 01/09/2017 - 22:49:52: [SM]   [1] Line 1920, D:\CSGODS\CSGO\csgo\addons\sourcemod\scripting\kento_rankme.sp::SQL_LoadPlayerCallback
Plugins:
Code:
Sourcemod (1.8.0.5964) by AlliedModders LLC
"RankMe" (3.0.3.Kento.17) by lok1, Scooby, pracc, Kento
spot is offline
emialcaraz
Member
Join Date: Oct 2016
Location: Argentina
Old 01-12-2017 , 10:28   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.18 | 2017-1-11)
Reply With Quote #128

Hello, in which fuction points are saved?

thanks you for this plugin!
emialcaraz is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 01-12-2017 , 10:35   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.18 | 2017-1-11)
Reply With Quote #129

Quote:
Originally Posted by spot View Post
Client not connected Error:
I will check this tomorrow.

Quote:
Originally Posted by emialcaraz View Post
Hello, in which fuction points are saved?

thanks you for this plugin!
g_aStats[Client][SCORE], g_aStats[victim][SCORE], g_aStats[attacker][SCORE], g_aStats[assist][SCORE]

and

g_aSession[Client][SCORE], g_aSession[victim][SCORE], g_aSession[attacker][SCORE], g_aSession[assist][SCORE]

or you are asking "UPDATE `%s` SET score = '%i'" in "g_sSqlSave", "g_sSqlSaveName" and "g_sSqlSaveIp"?
__________________

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; 01-12-2017 at 10:36.
rogeraabbccdd is offline
Abusador
Member
Join Date: Sep 2015
Old 01-12-2017 , 11:13   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.18 | 2017-1-11)
Reply With Quote #130

The announce :
Player Kento got 3 points for killing roger

Not function !!! help-me.(no logs error)
I use the 3.0.3 in SM 1.8
Abusador 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 16:40.


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