I have looked for this but was unable to locate the information I was looking for.
I am an administrator for a nuclearfallout server, the question I have is for the statsME plugin we do not want to have the results desplayed on the server and do not want "/rank" part of our server but we do want the hitbox to work in the nuclearfallout stats page and all I can find on that is to allow statsME to run on the server.
Can someone please direct me to a plugin that will work on player hitbox but does not work on the server or is there a way to disable the part for the server.
Thanks for your time in this matter
StatsME
-
- New to forums
- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Jan 04, 2005 12:31 pm
- Location: Nor*Cal
StatsME
Do it Movin!
You can edit your statesme.cfg to disable "/rank" by commenting out the following line:
sm_alias "/rank" "sm_tell2 #{p.uid} \'* Your rank is {p.rk.id} of {ranknum} with {p.rk.kills} kills, {p.rk.hits} hits, {p.rk.acc} acc. and {p.rk.eff} eff.\' 3" "b"
So it looks like this:
//sm_alias "/rank" "sm_tell2 #{p.uid} \'* Your rank is {p.rk.id} of {ranknum} with {p.rk.kills} kills, {p.rk.hits} hits, {p.rk.acc} acc. and {p.rk.eff} eff.\' 3" "b"
You can disable other things the same way. More information can be found in the statsme documentation.
http://docs.unitedadmins.com/statsme/en/
sm_alias "/rank" "sm_tell2 #{p.uid} \'* Your rank is {p.rk.id} of {ranknum} with {p.rk.kills} kills, {p.rk.hits} hits, {p.rk.acc} acc. and {p.rk.eff} eff.\' 3" "b"
So it looks like this:
//sm_alias "/rank" "sm_tell2 #{p.uid} \'* Your rank is {p.rk.id} of {ranknum} with {p.rk.kills} kills, {p.rk.hits} hits, {p.rk.acc} acc. and {p.rk.eff} eff.\' 3" "b"
You can disable other things the same way. More information can be found in the statsme documentation.
http://docs.unitedadmins.com/statsme/en/
TimeX
there isn't really any rcon commands related with statsme, as everything that you need to control it is through the statsme menu
statsme_menu yourpass in the ingame console
yourpass is specified by you in the addons/statsme/statsme.cfg of your file manager.
Heres the documentation on statsme, http://docs.unitedadmins.com/statsme/en/, as you can click on the left side for commands. These commands are for adding new events and things to the statsme motd.
Config files is briefly mentioned under "configuration-sound". They give an example with activating the multi-kill plugin. All other config activation's are similar to this process. Also after activating the config, don't forget to turn it on via the statsme_menu. If disabling, just put // in front of the config you want disabled in statsme.cfg or scriptpacks.cfg
statsme_menu yourpass in the ingame console
yourpass is specified by you in the addons/statsme/statsme.cfg of your file manager.
Heres the documentation on statsme, http://docs.unitedadmins.com/statsme/en/, as you can click on the left side for commands. These commands are for adding new events and things to the statsme motd.
Config files is briefly mentioned under "configuration-sound". They give an example with activating the multi-kill plugin. All other config activation's are similar to this process. Also after activating the config, don't forget to turn it on via the statsme_menu. If disabling, just put // in front of the config you want disabled in statsme.cfg or scriptpacks.cfg
-Nick
Nick thought you were talking about the metamod plugin called StatsMe; which was the main subject of this thread. For anyone that is interested, you can get a list of the registered StatsMe rcon commands by typing 'rcon meta info statsme' in your game console.
You can get a list of every single command in CS by typing 'cmdlist log' in your game console. It will dump these into a .txt file in the game's directory on your computer.
Generally the rcon commands you might be interested in are the ones beginning in sv_ and mp_.
If you dont want to do that, there is a list here. <- Click
Those commands will not be as up-to-date as they would be if you got them from the cmdlist method.
You could just copy and paste that into a notepad and print it.
You can get a list of every single command in CS by typing 'cmdlist log' in your game console. It will dump these into a .txt file in the game's directory on your computer.
Generally the rcon commands you might be interested in are the ones beginning in sv_ and mp_.
If you dont want to do that, there is a list here. <- Click
Those commands will not be as up-to-date as they would be if you got them from the cmdlist method.
You could just copy and paste that into a notepad and print it.