Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
PelegPLT
New Member
Join Date: Apr 2018
Old 04-04-2018 , 17:50   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #411

I've got a wierd issue, it just doesn't counting anything besides play time. I'm shooting and killing bots and stats don't move. I am using mysql, everything is properly configured as I saw the rankme table appear. any ideas?

edit: I only saw the match end points count now but not other stuff and it resets when a new match starts (doesn't update the sql table).

Last edited by PelegPLT; 04-04-2018 at 17:55. Reason: edit
PelegPLT is offline
Pala4
Senior Member
Join Date: Dec 2007
Old 05-05-2018 , 11:38   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #412

And it is possible to disable it for certain players?
Pala4 is offline
altair540
Member
Join Date: Dec 2012
Old 05-22-2018 , 04:49   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #413

Error log
SM 1.8
Quote:
L 05/22/2018 - 00:14:15: [SM] Exception reported: Array index is out of bounds
L 05/22/2018 - 00:14:15: [SM] Blaming: kento_rankme.smx
L 05/22/2018 - 00:14:15: [SM] Call stack trace:
L 05/22/2018 - 00:14:15: [SM] [1] Line 1885, kento_rankme.sp::EventPlayerHurt
SM 1.9
Quote:
L 05/22/2018 - 00:07:13: [SM] Exception reported: Array index out-of-bounds (index 8, limit 8 )
L 05/22/2018 - 00:07:13: [SM] Blaming: kento_rankme.smx
L 05/22/2018 - 00:07:13: [SM] Call stack trace:
L 05/22/2018 - 00:07:13: [SM] [1] Line 1885, kento_rankme.sp::EventPlayerHurt

Last edited by altair540; 05-22-2018 at 04:55.
altair540 is offline
aykocity
Member
Join Date: Sep 2017
Old 05-23-2018 , 04:15   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #414

L 05/22/2018 - 23:050: [SM] Exception reported: Array index out-of-bounds (index 8, limit 8 )
L 05/22/2018 - 23:050: [SM] Blaming: kento_rankme.smx
L 05/22/2018 - 23:050: [SM] Call stack trace:
L 05/22/2018 - 23:050: [SM] [1] Line 1885, C:\Users\LIB\Downloads\aaa\sourcemod-1.8.0-git6027-windows\addons\sourcemod\scripting\kento_rank me.sp::EventPlayerHurt
L 05/22/2018 - 23:109: [SM] Exception reported: Array index out-of-bounds (index 8, limit 8 )
L 05/22/2018 - 23:109: [SM] Blaming: kento_rankme.smx
L 05/22/2018 - 23:109: [SM] Call stack trace:
L 05/22/2018 - 23:109: [SM] [1] Line 1885, C:\Users\LIB\Downloads\aaa\sourcemod-1.8.0-git6027-windows\addons\sourcemod\scripting\kento_rank me.sp::EventPlayerHurt
L 05/22/2018 - 23:12:02: Error log file session closed.

Last edited by aykocity; 05-23-2018 at 04:15.
aykocity is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 05-28-2018 , 14:24   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #415

i used last version sm1.8-git6046

L 05/28/2018 - 00:08:56: SourceMod error session started
L 05/28/2018 - 00:08:56: Info (map "de_dust2") (file "errors_20180528.log")
L 05/28/2018 - 00:08:56: [SM] Exception reported: Array index is out of bounds
L 05/28/2018 - 00:08:56: [SM] Blaming: Addons_kento_rankme.smx
L 05/28/2018 - 00:08:56: [SM] Call stack trace:
L 05/28/2018 - 00:08:56: [SM] [1] Line 1885, Addons_kento_rankme.sp::EventPlayerHurt
L 05/28/2018 - 01:06:41: Error log file session closed.
L 05/28/2018 - 01:43:54: SourceMod error session started
L 05/28/2018 - 01:43:54: Info (map "de_dust2") (file "errors_20180528.log")
L 05/28/2018 - 01:43:54: [SM] Exception reported: Array index is out of bounds
L 05/28/2018 - 01:43:54: [SM] Blaming: Addons_kento_rankme.smx
L 05/28/2018 - 01:43:54: [SM] Call stack trace:
L 05/28/2018 - 01:43:54: [SM] [1] Line 1885, Addons_kento_rankme.sp::EventPlayerHurt
L 05/28/2018 - 01:57:57: SourceMod error session started
L 05/28/2018 - 01:57:57: Info (map "de_dust2") (file "errors_20180528.log")

PHP Code:
public Action:EventPlayerHurt(Handle:event, const String:name[], bool:dontBroadcast)
// ----------------------------------------------------------------------------
{
    if (!
g_bEnabled || !g_bGatherStats || g_MinimumPlayers GetCurrentPlayers())
        return;
    new 
victim GetClientOfUserId(GetEventInt(event"userid"));
    new 
attacker GetClientOfUserId(GetEventInt(event"attacker"));
    if (!
g_bRankBots && (attacker == || IsFakeClient(victim) || IsFakeClient(attacker)))
        return;
    if (
victim != attacker && attacker && attacker MAXPLAYERS) {
        new 
hitgroup GetEventInt(event"hitgroup");
        if (
hitgroup == 0// Player was hit by knife, he, flashbang, or smokegrenade.
            
return;
        
g_aStats[attacker][HITS]++;
        
g_aSession[attacker][HITS]++;
        
g_aHitBox[attacker][hitgroup]++;  //line 1885
        
        
new damage GetEventInt(event"dmg_health");
        
g_aStats[attacker][DAMAGE] += damage;
        
g_aSession[attacker][DAMAGE] += damage;
        
        
//PrintToChat(attacker, "Hitgroup %i: %i hits", hitgroup, g_aHitBox[attacker][hitgroup]);
        //PrintToServer("Stats Hits: %i\nSession Hits: %i\nHitBox %i -> %i",g_aStats[attacker][HITS],g_aSession[attacker][HITS],hitgroup,g_aHitBox[attacker][hitgroup]);
    
}


Last edited by Dr.Mohammad; 07-01-2018 at 03:15.
Dr.Mohammad is offline
Cyborgium
New Member
Join Date: May 2018
Old 05-29-2018 , 11:27   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #416

Hey!

I have an issue/question with your plugin. The plugin works perfectly, except for the message that is displayed in your screen from time to time. That message doesn't update.

What do I do to make it update? The server is running a FFA deathmatch by the way.
Cyborgium is offline
aykocity
Member
Join Date: Sep 2017
Old 05-29-2018 , 14:52   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #417

L 05/29/2018 - 16:56:07: SourceMod error session started
L 05/29/2018 - 16:56:07: Info (map "awp_lego2") (file "errors_20180529.log")
L 05/29/2018 - 16:56:07: [SM] Exception reported: Array index out-of-bounds (index 8, limit 8 )
L 05/29/2018 - 16:56:07: [SM] Blaming: kento_rankme.smx
L 05/29/2018 - 16:56:07: [SM] Call stack trace:
L 05/29/2018 - 16:56:07: [SM] [1] Line 1885, C:\Users\LIB\Downloads\aaa\sourcemod-1.8.0-git6027-windows\addons\sourcemod\scripting\kento_rank me.sp::EventPlayerHurt
L 05/29/2018 - 17:04:23: Error log file session closed.

fix pls..

Last edited by aykocity; 05-30-2018 at 04:21.
aykocity is offline
xtance
Junior Member
Join Date: Feb 2018
Old 06-07-2018 , 09:05   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #418

I have this error too :
Quote:
L 06/07/2018 - 16:022: [SM] Exception reported: Array index is out of bounds
L 06/07/2018 - 16:022: [SM] Blaming: kento_rankme.smx
L 06/07/2018 - 16:022: [SM] Call stack trace:
L 06/07/2018 - 16:022: [SM] [1] Line 1885, C:\Users\LIB\Downloads\aaa\sourcemod-1.8.0-git6027-windows\addons\sourcemod\scripting\kento_rank me.sp::EventPlayerHurt
xtance is offline
Evil KonveeR
Junior Member
Join Date: Aug 2017
Old 06-12-2018 , 09:35   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #419

Quote:
L 05/22/2018 - 00:07:13: [SM] Exception reported: Array index out-of-bounds (index 8, limit 8 )
L 05/22/2018 - 00:07:13: [SM] Blaming: kento_rankme.smx
L 05/22/2018 - 00:07:13: [SM] Call stack trace:
L 05/22/2018 - 00:07:13: [SM] [1] Line 1885, kento_rankme.sp::EventPlayerHurt
Please correct
Evil KonveeR is offline
zwetch
Senior Member
Join Date: Aug 2015
Location: South Africa
Old 06-18-2018 , 01:54   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #420

Would be awesome if there was editable [Scoreboard/Chat] Tags based on points/kills.

Example: Something like surf timer plugins (Fluffys or Cksurf) have, but instead of using points from map completions, its based on points from kills. So top 1-5 players get Tag Epic, and players from 1 - 1000 points get Tag Pleb. But like below rank names / colors etc can be edited. (Doesn't need to be both, can be points or rank) , I haven't found like any plugins that have editable scoreboard/chat ranks based on kills/points.

Either way the plugin is awesome without it. But would be even better with editable [Scoreboard/Chat] Tags.

Just a example:

Code:
	"1"
	{
		"Title" "{default}[{lime}{green}๖{darkred}Ep{green}iC{default}]"
		"name" "{lime}"
		"rank" "1"
	}
	"2"
	{
		"Title" "{default}[{blue}{lime}✪{pink}GodLike{default}]"
		"name" "{green}"
		"rank" "2-10"
	}
	"3"
	{
		"Title" "{darkblue}[Hotshot]"
		"name" "{darkblue}"
		"points" "901-999999"
	}
	"4"
	{
		"Title" "{darkblue}[Pleb]"
		"name" "{darkblue}"
		"points" "0-900"
	}
}

Or even
	"1"
	{
		"Title" "{darkblue}[Master]"
		"name" "{darkblue}"
		"kills" "20000-25000"
	}
__________________
https://forums.alliedmods.net/signaturepics/sigpic262740_1.gif

Last edited by zwetch; 06-18-2018 at 01:59.
zwetch 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 22:01.


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