Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Author
joneco
Junior Member
Join Date: Jul 2013
Plugin ID:
2319
Plugin Version:
2.8.3
Plugin Category:
Statistical
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    198 
    Plugin Description:
    An Statistical Plugin that Supports SQLite and MySQL (with a simple web interface for both)
    Old 05-11-2014 , 22:52   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #1

    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 #2

    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
    deerste
    New Member
    Join Date: Mar 2014
    Old 03-27-2014 , 18:52   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #3

    Anyone know what's up with this error, got it :C

    [SM] Unable to load plugin "rankme.smx": Native "BfWriteByte" was not found
    deerste is offline
    hardy4u
    Senior Member
    Join Date: Oct 2012
    Location: Sydney,Australia
    Old 03-28-2014 , 12:13   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #4

    Quote:
    Originally Posted by deerste View Post
    Anyone know what's up with this error, got it :C

    [SM] Unable to load plugin "rankme.smx": Native "BfWriteByte" was not found
    https://forums.alliedmods.net/showpo...&postcount=924
    __________________


    I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
    Donations (CS:GO items) keeps me motivated.
    hardy4u 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 #5

    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
    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 #6

    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 #7

    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 #8

    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 #9

    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 #10

    Проблема в плагине 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
    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 11:51.


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