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
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 12-14-2018 , 16:06   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #531

Quote:
Originally Posted by MadnesOfJuice View Post
Spoiler

Im using sqlite :/, I have to add something to database?
You need to add Rankme to that, it's on the first page.

Last edited by Notifications; 12-14-2018 at 16:06.
Notifications is offline
MadnesOfJuice
Junior Member
Join Date: Dec 2016
Old 12-14-2018 , 16:53   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #532

Quote:
Originally Posted by Notifications View Post
You need to add Rankme to that, it's on the first page.
Oh fuck I just saw that you need mysql thanks mate
MadnesOfJuice is offline
costelloxd
New Member
Join Date: Dec 2018
Old 12-15-2018 , 10:33   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #533

Everytime the map changes, the scores are reset, !top doesn't work, it just shows everyone with a 1000 points.

I'm getting this in the console, whenever a command is issued.

Code:
L 12/15/2018 - 16:30:54: [SM] Exception reported: String formatted incorrectly - parameter 24 (total 23)
L 12/15/2018 - 16:30:54: [SM] Blaming: kento_rankme.smx
L 12/15/2018 - 16:30:54: [SM] Call stack trace:
L 12/15/2018 - 16:30:54: [SM]   [0] Format
L 12/15/2018 - 16:30:54: [SM]   [1] Line 2045, I:\csgodev\server\csgo\addons\sourcemod\scripting\kento_rankme.sp::SalvarPlayer
L 12/15/2018 - 16:30:54: [SM]   [2] Line 1492, I:\csgodev\server\csgo\addons\sourcemod\scripting\kento_rankme.sp::Event_RoundEnd
costelloxd is offline
uknwn
New Member
Join Date: Dec 2018
Old 12-15-2018 , 10:57   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #534

Installed correct..
SQLite DB get created but the commands doesent work :/

Last edited by uknwn; 12-15-2018 at 11:06.
uknwn is offline
AzozowskY
New Member
Join Date: Dec 2018
Old 12-15-2018 , 18:10   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #535

L 12/16/2018 - 00:06:22: [SM] Exception reported: [RankMe] Unable to connect to the database ([2013]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111)
L 12/16/2018 - 00:06:22: [SM] Blaming: kento_rankme.smx
L 12/16/2018 - 00:06:22: [SM] Call stack trace:
L 12/16/2018 - 00:06:22: [SM] [0] SetFailState
L 12/16/2018 - 00:06:22: [SM] [1] Line 521, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp:B_Connect
L 12/16/2018 - 00:06:22: [SM] [2] Line 573, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_rankme.sp::OnConfigsExecuted

CAN YOU HELP ME PLEASE?

i hate mysql.. and i don't know how it works.
AzozowskY is offline
waylander3
Senior Member
Join Date: Sep 2015
Location: Russia, Norilsk
Old 12-16-2018 , 08:17   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #536

Just 'google' how to install mysql database for sourcemod plugins
waylander3 is offline
xlenonz
Member
Join Date: Jun 2007
Old 12-16-2018 , 10:06   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #537

line 24 need to change fix for new sqlite databases

Code:
static const char g_sSqliteCreate[] = "CREATE TABLE IF NOT EXISTS `%s` (id INTEGER PRIMARY KEY, steam TEXT, name TEXT, lastip TEXT, score NUMERIC, kills NUMERIC, deaths NUMERIC, assists NUMERIC, suicides NUMERIC, tk NUMERIC, shots NUMERIC, hits NUMERIC, headshots NUMERIC, connected NUMERIC, rounds_tr NUMERIC, rounds_ct NUMERIC, lastconnect NUMERIC,knife NUMERIC,glock NUMERIC,hkp2000 NUMERIC,usp_silencer NUMERIC,p250 NUMERIC,deagle NUMERIC,elite NUMERIC,fiveseven NUMERIC,tec9 NUMERIC,cz75a NUMERIC,revolver NUMERIC,nova NUMERIC,xm1014 NUMERIC,mag7 NUMERIC,sawedoff NUMERIC,bizon NUMERIC,mac10 NUMERIC,mp9 NUMERIC,mp7 NUMERIC,ump45 NUMERIC,p90 NUMERIC,galilar NUMERIC,ak47 NUMERIC,scar20 NUMERIC,famas NUMERIC,m4a1 NUMERIC,m4a1_silencer NUMERIC,aug NUMERIC,ssg08 NUMERIC,sg556 NUMERIC,awp NUMERIC,g3sg1 NUMERIC,m249 NUMERIC,negev NUMERIC,hegrenade NUMERIC,flashbang NUMERIC,smokegrenade NUMERIC,inferno NUMERIC,decoy NUMERIC,taser NUMERIC,mp5sd NUMERIC,breachcharge NUMERIC,head NUMERIC, chest NUMERIC, stomach NUMERIC, left_arm NUMERIC, right_arm NUMERIC, left_leg NUMERIC, right_leg NUMERIC,c4_planted NUMERIC,c4_exploded NUMERIC,c4_defused NUMERIC,ct_win NUMERIC, tr_win NUMERIC, hostages_rescued NUMERIC, vip_killed NUMERIC, vip_escaped NUMERIC, vip_played NUMERIC, mvp NUMERIC, damage NUMERIC, match_win NUMERIC, match_draw NUMERIC, match_lose NUMERIC, first_blood NUMERIC, no_scope NUMERIC, no_scope_dis NUMERIC);";
__________________
HELL YEAH
xlenonz is offline
szogun
Senior Member
Join Date: Apr 2016
Old 12-16-2018 , 10:21   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #538

[RankMe] Query Fail: Unknown column 'rank' in 'order clause'
szogun is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-16-2018 , 23:26   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #539

Quote:
Originally Posted by xlenonz View Post
line 24 need to change fix for new sqlite databases
Fixed.
__________________

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
Unban
Junior Member
Join Date: Jul 2011
Location: Lithuania
Old 12-17-2018 , 11:09   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #540

Amazing plugin! Thans for it. Someone can make plugin: top10 get free vip? *
Unban is offline
Send a message via Skype™ to Unban
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:43.


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