AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S] RankMe (Version 2.8.3 - 19 Jul 12) (https://forums.alliedmods.net/showthread.php?t=155621)

Ari35 03-17-2014 15:14

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
It doesn't work for me for my CSGO server :/

Can you tell me your sourcemod, metamod and sdkhook version please ?

Thank's

hardy4u 03-18-2014 07:10

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

Originally Posted by Ari35 (Post 2112732)
It doesn't work for me for my CSGO server :/
Can you tell me your sourcemod, metamod and sdkhook version please ?
Thank's

Rankme is 100% compatible with CSGO
Try SM 1.5.3 (Stable brach)
http://www.sourcemod.net/snapshots.php

kk23 03-27-2014 10:08

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
Plugin is running fine on GO. Only problem is that topknife doesn't work, it shows that every player has 0 kills with the knife. Is there a way to fix or disable it?

hamilton5 03-27-2014 17:38

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
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..

deerste 03-27-2014 18:52

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
Anyone know what's up with this error, got it :C

[SM] Unable to load plugin "rankme.smx": Native "BfWriteByte" was not found

hardy4u 03-28-2014 12:13

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

Originally Posted by deerste (Post 2116676)
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

ximenchoufeng 03-31-2014 06:17

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

Originally Posted by DoPe^ (Post 1873491)
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

mincel 04-14-2014 09:49

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
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.

Jumpman 04-24-2014 14:54

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
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"
 }
}


mincel 04-29-2014 05:06

Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
 
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.


All times are GMT -4. The time now is 19:06.

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