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
Chapp
Junior Member
Join Date: Dec 2018
Old 03-31-2019 , 14:28   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #631

Can you tell me please where i can go to modify the points needed for any rank for example points needed for supreme lem etc ?
__________________
Chapp is offline
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 04-05-2019 , 04:48   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #632


How can I remove these empty lines?
Minimap is overlapping menu
Sw33T3R is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-15-2019 , 12:39   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #633

Quote:
Originally Posted by Sw33T3R View Post
How can I remove these empty lines?
Minimap is overlapping menu
I have tried, but it I failed.
https://github.com/rogeraabbccdd/Kento-Rankme/issues/95
__________________

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; 04-15-2019 at 12:39.
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-15-2019 , 12:50   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #634

Sorry for my late. I was busying in my work.

Update 3.0.3.Kento.31
  • Add a cvar to disable connect/disconnect announce of admin. (#96)
  • Add "topkdr" and "toppoints" commands
  • Change statsme and session menu to 2 items per page. (#95)
  • Move some code to new include files.
  • Added native RankMe_IsPlayerLoaded.
  • Fix KDR SQL query. (#100, #97)
  • Fix reset rank doesn't reset some stats.
  • Fix weaponme command.(Looks like I break this when I'm testing snowball.)
  • Fix hitboxme(#106)
  • Try to fix duplicates player in database.(#45)
  • Add chat prefix to translation files.(#105)

WARNING
  • English(eng) and Traditional Chinese(zho) translations are always up to date, it may have some bugs if you're using other language.
  • Please check your database and remove duplicates players before update to this version, or your server may have problems in update player data.
  • My steam friend list is full! If you have some problems or questions, please add me on Discord.
__________________

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; 04-15-2019 at 12:59.
rogeraabbccdd is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 04-15-2019 , 21:41   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #635

Quote:
Originally Posted by rogeraabbccdd View Post
Sorry for my late. I was busying in my work.

Update 3.0.3.Kento.31
  • Add a cvar to disable connect/disconnect announce of admin. (#96)
  • Add "topkdr" and "toppoints" commands
  • Change statsme and session menu to 2 items per page. (#95)
  • Move some code to new include files.
  • Added native RankMe_IsPlayerLoaded.
  • Fix KDR SQL query. (#100, #97)
  • Fix reset rank doesn't reset some stats.
  • Fix weaponme command.(Looks like I break this when I'm testing snowball.)
  • Fix hitboxme(#106)
  • Try to fix duplicates player in database.(#45)
  • Add chat prefix to translation files.(#105)

WARNING
  • English(eng) and Traditional Chinese(zho) translations are always up to date, it may have some bugs if you're using other language.
  • Please check your database and remove duplicates players before update to this version, or your server may have problems in update player data.
  • My steam friend list is full! If you have some problems or questions, please add me on Discord.
hello i got this error: [kento_rankme.smx] [RankMe] Query Fail: BLOB/TEXT column 'steam' used in key specification without a key length
ayrton09_arg is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-15-2019 , 22:31   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #636

Quote:
Originally Posted by ayrton09_arg View Post
hello i got this error: [kento_rankme.smx] [RankMe] Query Fail: BLOB/TEXT column 'steam' used in key specification without a key length
Hi, it should be fixed now, please redownload the plugin.
If you still have this error, please run this sql
PHP Code:
ALTER TABLE `rankmeCHANGE steam steam VARCHAR(20
__________________

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
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 04-15-2019 , 23:48   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #637

Quote:
Originally Posted by rogeraabbccdd View Post
Hi, it should be fixed now, please redownload the plugin.
If you still have this error, please run this sql
PHP Code:
ALTER TABLE `rankmeCHANGE steam steam VARCHAR(20
thanks! now its working!
ayrton09_arg is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-16-2019 , 10:42   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #638

Quote:
Originally Posted by rogeraabbccdd View Post
Sorry for my late. I was busying in my work.

Update 3.0.3.Kento.31
  • Add a cvar to disable connect/disconnect announce of admin. (#96)
  • Add "topkdr" and "toppoints" commands
  • Change statsme and session menu to 2 items per page. (#95)
  • Move some code to new include files.
  • Added native RankMe_IsPlayerLoaded.
  • Fix KDR SQL query. (#100, #97)
  • Fix reset rank doesn't reset some stats.
  • Fix weaponme command.(Looks like I break this when I'm testing snowball.)
  • Fix hitboxme(#106)
  • Try to fix duplicates player in database.(#45)
  • Add chat prefix to translation files.(#105)

WARNING
  • English(eng) and Traditional Chinese(zho) translations are always up to date, it may have some bugs if you're using other language.
  • Please check your database and remove duplicates players before update to this version, or your server may have problems in update player data.
  • My steam friend list is full! If you have some problems or questions, please add me on Discord.
paulo_crash is offline
Catalysm
Junior Member
Join Date: Oct 2018
Old 04-16-2019 , 13:14   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #639

I've updated my webinterface/discord bot with pretty graphs and some more goodies

https://github.com/niekcandaele/CSGO...ses/tag/v1.2.4

If want to see what it looks like: https://retakes.catalysm.net/

PS: Kento, if you don't like me posting updates in this thread just tell me and I'll stop. I think this is the best place though

Last edited by Catalysm; 04-16-2019 at 13:14.
Catalysm is offline
Deivid90
Junior Member
Join Date: Apr 2019
Old 04-16-2019 , 13:26   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #640

Corrected translation "es"
Attached Files
File Type: txt kento.rankme.phrases.txt (10.9 KB, 71 views)

Last edited by Deivid90; 04-16-2019 at 13:40.
Deivid90 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 03:23.


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