Raised This Month: $ Target: $400
 0% 

[CS:S] RankMe (Version 2.8.3 - 19 Jul 12)


Post New Thread Reply   
 
Thread Tools Display Modes
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 12-12-2015 , 01:43   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1171

Any idea creator of the plugin that when will you be releasing new latest update for CS GO plugin as new pistol recently got added . Just waiting for new update of RankMe to roll out with new pistol and other tweaks if required. If you have stop developing the plugin please report to us that also. So we can get atleast this wonderful plugin to get updated.
__________________
TandelK is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 12-12-2015 , 07:54   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1172

This is a CSS plugin.
__________________
Neuro Toxin is offline
spot
Senior Member
Join Date: May 2009
Old 12-19-2015 , 21:10   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1173

Anyone have a working web interface for this one? Is it possible to rename the table in database to something else then "rankme". So you dont need multiple databases to run this.

Last edited by spot; 12-19-2015 at 21:11.
spot is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 12-26-2015 , 17:45   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1174

Quote:
Originally Posted by spot View Post
Is it possible to rename the table in database to something else then "rankme". So you dont need multiple databases to run this.
I second this question. I tried to change the "rankme_sql_table" cvar but it still used the default "rankme" table.


UPDATE:
Fix for the table issue.
Change line 210 in scripting/rankme.sp to:
Quote:
g_cvarSQLTable = CreateConVar("rankme_sql_table", "", "The name of the table that will be used.", FCVAR_PLUGIN);
Recomple the plugin and specify the rankme_sql_table cvar in cfg/sourcemod/rankme.cfg to the tablename you want.
__________________
CAOSK-ESPORTS.COM

Last edited by Schpraaankiii; 12-26-2015 at 21:24.
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
Dayto
New Member
Join Date: Dec 2015
Old 12-30-2015 , 12:49   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1175

is it possible to see in multi1v1 how many points your opponent has ? like that it says "you are agains (name) 1000 points) ?
Dayto is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-30-2015 , 12:51   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1176

Quote:
Originally Posted by Dayto View Post
is it possible to see in multi1v1 how many points your opponent has ? like that it says "you are agains (name) 1000 points) ?
Multi1v1 has it own rank
__________________

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
spot
Senior Member
Join Date: May 2009
Old 01-02-2016 , 00:12   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1177

Quote:
Originally Posted by Schpraaankiii View Post
I second this question. I tried to change the "rankme_sql_table" cvar but it still used the default "rankme" table.


UPDATE:
Fix for the table issue.
Change line 210 in scripting/rankme.sp to:

Recomple the plugin and specify the rankme_sql_table cvar in cfg/sourcemod/rankme.cfg to the tablename you want.

Hello, i changed the 209 line:
g_cvarSQLTable = CreateConVar("rankme_sql_table","rankme","The name of the table that will be used. (Max: 100)");

with:
g_cvarSQLTable = CreateConVar("rankme_sql_table", "", "The name of the table that will be used.", FCVAR_PLUGIN);

Still didn't work for me.
EDIT:
Workaround just named the table before recomple.

Last edited by spot; 01-02-2016 at 00:24.
spot is offline
spot
Senior Member
Join Date: May 2009
Old 01-04-2016 , 10:16   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1178

Is this plugin still being worked on?
- I'm wondering if its possible to add "minus points if there are CT's alive when the bomb has exploded". And other way around if you are T, and the bomb is defused.
spot is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 01-04-2016 , 13:30   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1179

Quote:
Originally Posted by spot View Post
Hello, i changed the 209 line:
g_cvarSQLTable = CreateConVar("rankme_sql_table","rankme","The name of the table that will be used. (Max: 100)");

with:
g_cvarSQLTable = CreateConVar("rankme_sql_table", "", "The name of the table that will be used.", FCVAR_PLUGIN);

Still didn't work for me.
EDIT:
Workaround just named the table before recomple.
Did you forget to read the last line of my comment maybe?
specify the rankme_sql_table cvar in cfg/sourcemod/rankme.cfg to the tablename you want.
__________________
CAOSK-ESPORTS.COM
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 01-04-2016 , 13:38   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1180

Quote:
Originally Posted by spot View Post
Is this plugin still being worked on?
- I'm wondering if its possible to add "minus points if there are CT's alive when the bomb has exploded". And other way around if you are T, and the bomb is defused.
I made a small change. Whenever the bomb explodes or gets defused; the other team-players will loose the same amount that the winning team-players gain.
Attached Files
File Type: sp Get Plugin or Get Source (rankme.sp - 154 views - 81.6 KB)
__________________
CAOSK-ESPORTS.COM

Last edited by Schpraaankiii; 01-04-2016 at 13:38.
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
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 19:53.


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