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
borzaka
AlliedModders Donor
Join Date: May 2020
Location: Hungary
Old 06-03-2020 , 18:11   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #791

Quote:
Originally Posted by Notifications View Post
What's the cvar to disable the announcing of an admin? Or the flag?
Code:
rankme_announcer_admin ""
You can find at /cfg/sourcemod/kento.rankme.cfg
borzaka is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 06-03-2020 , 18:37   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #792

Quote:
Originally Posted by borzaka View Post
Code:
rankme_announcer_admin ""
You can find at /cfg/sourcemod/kento.rankme.cfg
Weird, mine doesn't have that
Doesn't even seem to auto-create the cfg either which is weird

Last edited by Notifications; 06-03-2020 at 18:48.
Notifications is offline
Grand Zio
New Member
Join Date: Apr 2020
Old 06-05-2020 , 12:11   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #793

hello your plugins is well ,but it looks like having some wrong on my server .i use a mysql and i write config in my databases.cfg,but it still save data at local .how can i deal with it?
kento大佬 您好 我在我的服務器上使用了您的插件 並且我配置了mysql 但是他似乎並沒有連上mysql 而是繼續在本地建立數據表 我該如何做呢?
Grand Zio is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 06-05-2020 , 12:46   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #794

Quote:
Originally Posted by Grand Zio View Post
hello your plugins is well ,but it looks like having some wrong on my server .i use a mysql and i write config in my databases.cfg,but it still save data at local .how can i deal with it?
kento大佬 您好 我在我的服務器上使用了您的插件 並且我配置了mysql 但是他似乎並沒有連上mysql 而是繼續在本地建立數據表 我該如何做呢?
Inside /cfg/sourcemod/kento.rankme.cfg change rankme_mysql "0" to rankme_mysql "1"
Notifications is offline
Sandervraun
Senior Member
Join Date: May 2019
Location: Denmark
Old 06-07-2020 , 05:28   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #795

I was wondering if it was possible to set a timer for this command

Quote:
// Allow player to reset his own rank? 1 = true 0 = false
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
rankme_resetownrank "0"
I had an issue where people would reset their rank 100's of times, to steal points from the better players.
I really want people to be able to restart their rank, where it saves their steam id, so they can only reset it once per month..

Thanks for the answers on forehand
Sandervraun is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-07-2020 , 14:15   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #796

Quote:
Originally Posted by Sandervraun View Post
I was wondering if it was possible to set a timer for this command



I had an issue where people would reset their rank 100's of times, to steal points from the better players.
I really want people to be able to restart their rank, where it saves their steam id, so they can only reset it once per month..

Thanks for the answers on forehand
RankMe unfortunately does not have this limitation option, it would be a good resource for invoice updates.

[EDIT]
In any case, I saw that players can use the command sm_resetmyrank to reset their own rank when enabling their option to reset themselves.

Could use another plugin to control the time limit that the player can use the command again, try this plugin: https://forums.alliedmods.net/showthread.php?t=235539

See if it works, and configure the command sm_resetmyrank to be used again by the same player only after a certain time, you should solve it for now.

I was also free to suggest your suggestion on the project's GitHub: https://github.com/rogeraabbccdd/Ken...kme/issues/110

Last edited by paulo_crash; 06-07-2020 at 14:27.
paulo_crash is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 06-11-2020 , 09:41   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.32 | 2020-06-11)
Reply With Quote #797

Update 3.0.3.Kento.32
  • Add new kill stats, kill through smoke, flashed kill, assist flash and assist team flash.
  • Add new stats assist team kill.
  • Add more top stats in !rankme menu.
  • Exclude spectator when checking current players.
  • Some optimize.
  • Fix MVP count in top MVP.
__________________

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
FordoGreenman
New Member
Join Date: Jun 2020
Old 06-11-2020 , 13:45   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.32 | 2020-06-11)
Reply With Quote #798

Quick question out of curiosity - and apologies if this has been asked before;

Is there a way to slim down the amount of information shown when someone executes the 'rank' commands to view their points/rank?

I'm aiming for only showing points/kills/assists; as the server I'm running is more of a mini-game, rather than full game-mode. (Decoy Dodgeball)

Thanks in advance for your time in replying.

Cheers!
-Fordo/Steph
FordoGreenman is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 06-11-2020 , 21:28   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.32 | 2020-06-11)
Reply With Quote #799

Quote:
Originally Posted by rogeraabbccdd View Post
Update 3.0.3.Kento.32
  • Add new kill stats, kill through smoke, flashed kill, assist flash and assist team flash.
  • Add new stats assist team kill.
  • Add more top stats in !rankme menu.
  • Exclude spectator when checking current players.
  • Some optimize.
  • Fix MVP count in top MVP.
I think you forgot to update the the GetStats and GetSession array sizes in the natives.inc for the new stats you added.
manicogaming is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 06-12-2020 , 01:06   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.32.1 | 2020-06-12)
Reply With Quote #800

Update 3.0.3.Kento.32.1
  • Fix get stats and get session native.
__________________

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
Reply


Thread Tools
Display Modes

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 19:11.


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