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
ahhang
New Member
Join Date: Dec 2012
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 12-27-2012 , 06:19   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #1

    Can we change this rank system to make it like the CS 1.6 version.
    That is, I want to have /top15 instead of /top10
    And, I want to rank the player by the following order instead of point system
    The order:
    1) (Kill - Death)
    2) (Total Kill)
    3) (Total Assist)
    ahhang is offline
    DoPe^
    Veteran Member
    Join Date: Jul 2008
    Location: Denmark / Copenhagen
    Old 01-14-2013 , 15:44   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #2

    im getting this when i use sm_rankme_import_mani

    Code:
    [RankMe] Query Fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
    [RankMe] Query Fail: Column count doesn't match value count at row 1
    RankMe (2.8.3)


    anyways i got a little suggestion :p

    if you set it to bots also gets ranks, would it be possible to make a command for how many points you get for killing a bot? like half of what you usually would get ..

    also just wanna say for others running eventscripts, i have fixed the issue with rankme stuff being typed twice with the help of a sourcemod plugin
    https://forums.alliedmods.net/showthread.php?p=585758
    Triggers plugin by theY4Kman

    set rankme_chat_triggers to 0
    and use the commandlist.txt i have attached instead of the one theY4Kman has attached, it has all the basic rankme triggers in it.
    Attached Files
    File Type: txt commandlist.txt (3.2 KB, 229 views)

    Last edited by DoPe^; 01-17-2013 at 05:46.
    DoPe^ is offline
    ximenchoufeng
    Member
    Join Date: Jul 2013
    Old 03-31-2014 , 06:17   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #3

    Quote:
    Originally Posted by DoPe^ View Post
    im getting this when i use sm_rankme_import_mani

    Code:
    [RankMe] Query Fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
    [RankMe] Query Fail: Column count doesn't match value count at row 1
    RankMe (2.8.3)


    anyways i got a little suggestion :p

    if you set it to bots also gets ranks, would it be possible to make a command for how many points you get for killing a bot? like half of what you usually would get ..

    also just wanna say for others running eventscripts, i have fixed the issue with rankme stuff being typed twice with the help of a sourcemod plugin
    https://forums.alliedmods.net/showthread.php?p=585758
    Triggers plugin by theY4Kman

    set rankme_chat_triggers to 0
    and use the commandlist.txt i have attached instead of the one theY4Kman has attached, it has all the basic rankme triggers in it.
    i want this someone can update ? thanks
    ximenchoufeng is offline
    mincel
    New Member
    Join Date: Apr 2014
    Old 04-14-2014 , 09:49   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #4

    i download this from 1rst page. Everything is working but i dont have CVars on cfg/sourcemod/rankme.cfg.
    can somebody tell me how i can remove points and live only kill, dead and ratio. I have bots on server so how i can change that when i kill the bot i will be have 1 more kill on my rank. And i dont want have bots on rank list.
    mincel is offline
    Jumpman
    Senior Member
    Join Date: Mar 2010
    Location: Denmark
    Old 04-24-2014 , 14:54   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #5

    This is designed for my own server to make it easier for the player to use the rankme commands, but i go over to HLXCE now so just want to give it to you. You must make a override ind your admin_overrides.cfg to let people use the your sm_admin menu if you have not tampered with anything, you can use the following code without problem.

    open admin_overrides.cfg and put this inside

    Code:
    Overrides
     {
      "sm_admin"  " "
     }
    Open adminmenu_custom.txt and put this settings in

    Code:
    // Custom admin menu commands.
    // For more information:
    //
    // http://wiki.alliedmods.net/Custom_Ad...28SourceMod%29
    //
    // Note: This file must be in Valve KeyValues format (no multiline comments)
    //
    "Commands"
    {
     "Rank System"
     {
      "Statsme"
      {
       "cmd"  "sm_statsme"
      }
      "Session"
      {
       "cmd"  "sm_session"
      }
      "Rank"
      {
       "cmd"  "sm_rank"
      }
      "Top"
      {
       "cmd"  "sm_top"
      }
      "Top Knife"
      {
       "cmd"  "sm_topknife"
      }
      "Top Taser"
      {
       "cmd"  "sm_toptaser"
      }
      "Top Nade"
      {
       "cmd"  "sm_topnade"
      }
      "Top Weapon"
      {
       "cmd"  "sm_topweapon"
      }
      "Top Accuracy"
      {
       "cmd"  "sm_topacc"
      }
      "Top Headshots"
      {
       "cmd"  "sm_tophs"
      }
      "Top Time"
      {
       "cmd"  "sm_toptime"
      }
      "Top Kills"
      {
       "cmd"  "sm_topkills"
      }
      "Top Deaths"
      {
       "cmd"  "sm_topdeaths"
      }
      "Hitboxme"
      {
       "cmd"  "sm_hitboxme"
      }
      "Weapond Me"
      {
       "cmd"  "sm_weaponme"
      }
      "Show stats from other player"
      {
       "cmd"  "sm_statsme2 #1"
       "admin"  "sm_generic"
       "execute" "player"
       "1"
       {
        "type"  "player"
        "method" "name"
        "title"  "Choose a player:"
       }
      }
      "Resets the rank of all players"
      {
       "admin"  "sm_password"
       "cmd"  "sm_resetrank_all"
      }
      "Resets the rank of a player"
      {
       "cmd"  "sm_resetrank #1"
       "admin"  "sm_password"
       "execute" "player"
       "1"
       {
        "type"  "player"
        "method" "name"
        "title"  "Choose a player:"
       }
      }
      "Resets your own rank"
      {
       "cmd"  "sm_resetmyrank"
      }
     }
    }
    Then open your adminmenu_sorting.txt and put this inside

    Code:
    "Menu"
    {
     "Rank System"
     {
      "item"  "Statsme"
      "item"  "Session"
      "item"  "Rank"
      "item"  "Top"
      "item"  "Top Knife"
      "item"  "Top Taser"
      "item"  "Top Nade"
      "item"  "Top Weapon"
      "item"  "Top Accuracy"
      "item"  "Top Headshots"
      "item"  "Top Time"
      "item"  "Top Kills"
      "item"  "Top Deaths"
      "item"  "Hitboxme"
      "item"  "Weapond Me"
      "item"  "Show stats from other player"
      "item"  "Resets the rank of all players"
      "item"  "Resets the rank of a player"
      "item"  "Resets your own rank"
     }
    }
    __________________
    [+35]Jumpman
    Jumpman is offline
    mincel
    New Member
    Join Date: Apr 2014
    Old 04-29-2014 , 05:06   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #6

    It works very nice .... BUT... Can somebody tell me why when i restart my server - my rank is reset to ZERO. For example .: I have 100 players on the rank (top). When i restart server , come back to the game on TOP (rank) i see ZERO players.
    mincel is offline
    hamilton5
    Veteran Member
    Join Date: Oct 2012
    Location: USA
    Old 01-23-2013 , 17:22   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #7

    need update for new protobuf version
    hamilton5 is offline
    Sheepdude
    SourceMod Donor
    Join Date: Aug 2012
    Location: Chicago
    Old 01-23-2013 , 21:42   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #8

    Here's a protobuf version of RankMe for CS:GO. Use at your own risk - I am not offering support for it.

    Edit: Taken over by Avo
    __________________

    Last edited by Sheepdude; 01-24-2013 at 23:09.
    Sheepdude is offline
    Avo
    Senior Member
    Join Date: Apr 2012
    Old 01-24-2013 , 06:11   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #9

    Thx a lot Sheepdude !

    By the way, to the others, still no one to make a "real" CSGO version ? I mean, with new weapons, assists, etc...
    __________________
    Avo is offline
    Sheepdude
    SourceMod Donor
    Join Date: Aug 2012
    Location: Chicago
    Old 01-24-2013 , 13:37   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
    Reply With Quote #10

    Quote:
    Originally Posted by Avo View Post
    Thx a lot Sheepdude !

    By the way, to the others, still no one to make a "real" CSGO version ? I mean, with new weapons, assists, etc...
    The one I posted has new weapons, decoys, etc. But it doesn't track assists.
    __________________
    Sheepdude 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