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
sime0282
Member
Join Date: Dec 2017
Old 12-17-2018 , 11:30   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #541

https://gyazo.com/4de96c7ef6a80488e946ba497d7ab4d1 nothing happends and I need your help
sime0282 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-17-2018 , 19:06   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #542

Quote:
Originally Posted by sime0282 View Post
https://gyazo.com/4de96c7ef6a80488e946ba497d7ab4d1 nothing happends and I need your help
Please delete your "sourcemod/data/sqlite/rankme.sq3" and try again.
__________________

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
hoycieto
Senior Member
Join Date: Feb 2018
Old 12-19-2018 , 03:29   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #543

@rogeraabbccdd, are you able to do GetOnlineTime or something like this for includes? I'll do something like when user connects to the server, another plugin using rankme include will check player have been played for a 3600 seconds and then do some actions. Is this possible? ^^
hoycieto is offline
Kvist87
Junior Member
Join Date: Dec 2018
Old 12-21-2018 , 04:41   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #544

when i try to sm_resetrank_all its say iŽam not allow ? and i have full admin on the server
Kvist87 is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 12-21-2018 , 13:18   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #545

Quote:
Originally Posted by Kvist87 View Post
when i try to sm_resetrank_all its say iŽam not allow ? and i have full admin on the server
You need "z" flag.
Notifications is offline
szogun
Senior Member
Join Date: Apr 2016
Old 12-22-2018 , 12:56   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #546

Hey, I have a little problem again with kento_rankme, I decided to do his update, which almost went right after one but.

After the update, the entire table responsible for the server's ranking has been removed from the database, and I have this error after re-creating it

[RankMe] Query Fail: Unknown column 'rank' in 'order clause'
szogun is offline
aliem
Junior Member
Join Date: Dec 2018
Old 12-24-2018 , 06:50   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #547

i have one database but i have couple of servers. i would like to have for my multi 1v1 server a separate database table on the same database server host that i have.

so the default Mysql is "rankme"

i want to make the name different on other servers so it creates a different table just for that server on the same server host.

how can i make this happen
thx in advance btw the best rank system is this one
aliem is offline
Kvist87
Junior Member
Join Date: Dec 2018
Old 12-24-2018 , 19:42   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #548

Quote:
Originally Posted by Notifications View Post
You need "z" flag.
i have
Kvist87 is offline
Kvist87
Junior Member
Join Date: Dec 2018
Old 12-24-2018 , 20:12   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #549

i canŽt get the sql working, its works fine ingame but keep getting this

L 12/25/2018 - 01:08:56: [SM] Exception reported: [RankMe] Unable to connect to the database (Configuration "rankme" not found)
L 12/25/2018 - 01:08:56: [SM] Blaming: kento_rankme.smx
L 12/25/2018 - 01:08:56: [SM] Call stack trace:
L 12/25/2018 - 01:08:56: [SM] [0] SetFailState
L 12/25/2018 - 01:08:56: [SM] [1] Line 521, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp:B_Connect
L 12/25/2018 - 01:08:56: [SM] [2] Line 501, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp::OnConVarChanged_SQLTabl e
Kvist87 is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 12-25-2018 , 00:06   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #550

Quote:
Originally Posted by Kvist87 View Post
i canŽt get the sql working, its works fine ingame but keep getting this

L 12/25/2018 - 01:08:56: [SM] Exception reported: [RankMe] Unable to connect to the database (Configuration "rankme" not found)
L 12/25/2018 - 01:08:56: [SM] Blaming: kento_rankme.smx
L 12/25/2018 - 01:08:56: [SM] Call stack trace:
L 12/25/2018 - 01:08:56: [SM] [0] SetFailState
L 12/25/2018 - 01:08:56: [SM] [1] Line 521, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp:B_Connect
L 12/25/2018 - 01:08:56: [SM] [2] Line 501, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp::OnConVarChanged_SQLTabl e
You haven't added
Code:
"rankme" 
 {        
  "driver"  "mysql"        
  "host"   "your_host"        
  "database"  "your_database"
  "user"   "your_user"        
  "pass"   "your_pw"        
  //"timeout"   "0"
  "port"   "3306" 
 }
To your database.cfg

Also, would it be possible to add support for a Discord bot so people can do like !stats?

Last edited by Notifications; 12-25-2018 at 00:18.
Notifications 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:15.


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