Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
joneco
Junior Member
Join Date: Jul 2013
Old 05-07-2014 , 06:38   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1011

SM not load rankme please someone help i tried the csgo version (with weapons changed) and thi main topic one but it does not work...

Last edited by joneco; 05-11-2014 at 17:34.
joneco is offline
joneco
Junior Member
Join Date: Jul 2013
Old 05-11-2014 , 20:20   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1012

help me please, rankme suddenly don't work more...

a friend of mine said something about protobuf error... how can i fix that?
joneco is offline
joneco
Junior Member
Join Date: Jul 2013
Old 05-11-2014 , 22:52   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1013

Quote:
Originally Posted by hamilton5 View Post
Have players been recorded as having knife kills? open the DB and look... maybe your DB got mixed up? I have a few, and I do see many 0's in the list, but I think the SQL query is just returning x amount of players regardless if they actually do have knife kills..
don't ask me why, but knife kills are in 'decoy' hahaha.

the weapon id is decoy...

change in sp the NAME decoy for KNIFE (change the name not the ID).
joneco is offline
natino
Member
Join Date: Aug 2011
Old 05-13-2014 , 05:11   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1014

Same here, rankme plugin doesn't work for cs go on the latest update. Need this to be updated for latest version of cs go.
natino is offline
utaker
Senior Member
Join Date: Dec 2013
Old 05-16-2014 , 11:50   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1015

will it work now with CS:GO?
utaker is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 05-16-2014 , 21:39   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1016

Hey,

I found a couple of issues when using MySql which I would like to share so you can update the plugin.

Symptoms:

When using the same MySql database with multiple servers and setting rankme_sql_table. When the plugin starts for the first time. The ranks are loaded from the default `rankme` table and not the table specified in rankme_sql_table.

Cause:

You have hooks on cvar changes for rankme_mysql and rankme_sql_table. When the configs exec, these hooks are calling the DB_Connect method. In your config, you set rankme_mysql first. Which is hooked and cases the plugin to load with the default `rankme` property for rankme_sql_table. Once the database has loaded. When rankme_sql_table is then set later in the config, the plugin doesnt refresh for the database. Thus, leaving the default table name `rankme` loaded.

My Fix:

1. Your hook for g_cvarSQLTable is calling `OnConVarChanged_MySQL` where it should be calling `OnConVarChanged_SQLTable`.
2. You shouldn't call your DB_Connect method from the cvar hooks. Let it be called on the forward `OnConfigsExecuted`
Neuro Toxin is offline
utaker
Senior Member
Join Date: Dec 2013
Old 05-17-2014 , 00:57   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1017

since it hasnt been updated for almost 2 years, can anyone suggest an alternative plugin which does the same without mysql beng necessary
utaker is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 05-29-2014 , 02:30   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1018

for csgo, does any one know how to make the message colors olive or lightgreen instead of purple?
__________________
PresidentEvil is offline
Greenetic
New Member
Join Date: Jul 2014
Old 07-01-2014 , 07:22   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1019

Проблема в плагине Rankme на сервере cs go!
У меня на сервере стоит плагин Rankme!И он не переведённый...у меня есть текстовый документ с переводом...ну вот я кидаю этот текстовый документ в addons/sourcemod/translations...ну вот как я кинул ввожу в чате !rankme появляется меню плагина!Нажимаю из меню одно что нибудь и он ничего не показывает..просто меню закрывается!А если поставить на английский перевод то всё показывает...но я хочу поставить русский перевод,на многих серверах стоит такой плагин на русском!
вот сам документ на русском.Скачан с сайта http://cscontrol.ru/load/101-1-0-3033

"Phrases"
{
"Kills"
{
"ru" "Убийств"
}

"IsRankedAt" // unused feature?
{
"ru" "Игрок {1} с рангом {2}/{3} имеет очков - {4}, убийств - {5}, смертей - {6}, У/С - {7}"
}

"Killing"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за убийство {lightgreen}{4} {default}({5})."
}

"KillingKillerNotRanked"
{
"ru" "{lightgreen}{1}{default} ({2})[{6}/{7}] получает {3} очк. за убийство {lightgreen}{4} {default}({5})."
}

"KillingVictimNotRanked"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за убийство {lightgreen}{4} {default}({5})[{6}/{7}]."
}

"KillingBothNotRanked"
{
"ru" "{lightgreen}{1}{default} ({2})[{6}/{7}] получает {3} очк. за убийство {lightgreen}{4} {default}({5})[{8}/{9}]."
}

"Headshot"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за убийство в голову."
}

"TR_Planting"
{
"ru" "{lightgreen}Террористы{default} получают {1} очк. за установку бомбы."
}

"Planting"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за установку бомбы."
}

"TR_Exploding"
{
"ru" "{lightgreen}Террористы{default} получают {1} очк. за успешный взрыв бомбы."
}

"Exploding"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за успешный взрыв бомбы."
}

"CT_Defusing"
{
"ru" "{lightgreen}Спецназ{default} получает {1} очк. за разминирование бомбы."
}

"Defusing"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за разминирование бомбы."
}

"CT_Hostage"
{
"ru" "{lightgreen}Спецназ{default} получает {1} очк. за спасение заложника."
}

"Hostage"
{
"ru" "{lightgreen}{1}{default} ({2}) получает {3} очк. за спасение заложника."
}

"CT_Round"
{
"ru" "{default}Победив в раунде, {lightgreen}Спецназ{default} получает {1} очк."
}

"TR_Round"
{
"ru" "{default}Победив в раунде, {lightgreen}Террористы{default} получают {1} очк."
}

"Showing" // unused feature?
{
"ru" "Показаны с {1} по {2} из {3}\n"
}

"Next"
{
"ru" "След."
}

"Back"
{
"ru" "Пред."
}

"KnifeKills"
{
"ru" "Убийства ножом"
}

"NotRanked"
{
"ru" "У Вас еще нет ранга. Вы должны убить {2} чел., чтобы попасть в рейтинг. Сейчас - {1}."
}

"Position"
{
"ru" "Позиция"
}

"Points"
{
"ru" "Очков"
}

"BasicStats"
{
"ru" "Основная статистика"
}

"KillsDeaths"
{
"ru" "Убийств: {1}, Смертей: {2}"
}

"Suicides"
{
"ru" "Суициды"
}

"RoundStats"
{
"ru" "Статистика раунда"
}

"TRWins"
{
"ru" "Победы T" // everyone can understand that T - terrorists, CT - counter-terrorists
}

"CTWins"
{
"ru" "Победы CT"
}

"HitStats"
{
"ru" "Статисткиа попаданий"
}

"Shots"
{
"ru" "Выстрелов"
}

"Hits"
{
"ru" "Попаданий"
}

"Accuracy"
{
"ru" "Точность"
}

"BombHostagesStats"
{
"ru" "Стаитика целей" // objectives stats
}

"PlantedBombs"
{
"ru" "Установлено бомб"
}

"DefusedBombs"
{
"ru" "Разминировано бомб"
}

"ExplodedBombs"
{
"ru" "Взорвано бомб"
}

"RescuedHostages"
{
"ru" "Спасено заложников"
}

"OtherStats"
{
"ru" "Прочая статистика"
}

"TimeConnected"
{
"ru" "Время в игре: {1}ч, {2} м, {3}с."
}

"Head"
{
"ru" "Голова"
}

"Chest"
{
"ru" "Грудь" // Сундук! :O
}

"Stomach"
{
"ru" "Живот"
}

"LeftArm"
{
"ru" "Левая рука"
}

"LeftLeg"
{
"ru" "Левая нога"
}

"RightArm"
{
"ru" "Правая рука"
}

"RightLeg"
{
"ru" "Правая нога"
}

"Next9Players"
{
"ru" "След. 9 игроков"
}

"WeaponsStats"
{
"ru" "Статистика оружий"
}
}
Greenetic is offline
Bigsplash
Senior Member
Join Date: Mar 2009
Old 07-21-2014 , 22:06   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1020

Does this plugin still work? I can't seem to get it to work.
Bigsplash 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 02:36.


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