Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Ari35
Junior Member
Join Date: Dec 2013
Old 03-17-2014 , 15:14   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1001

It doesn't work for me for my CSGO server :/

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

Thank's
Ari35 is offline
hardy4u
Senior Member
Join Date: Oct 2012
Location: Sydney,Australia
Old 03-18-2014 , 07:10   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1002

Quote:
Originally Posted by Ari35 View Post
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
__________________


I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
Donations (CS:GO items) keeps me motivated.
hardy4u is offline
kk23
New Member
Join Date: Mar 2014
Old 03-27-2014 , 10:08   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1003

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?
kk23 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 03-27-2014 , 17:38   Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)
Reply With Quote #1004

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..
hamilton5 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 #1005

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

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

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

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

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

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
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:22.


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