AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   rank,top10 command doesn't works! (https://forums.alliedmods.net/showthread.php?t=239180)

7106 04-23-2014 09:09

rank,top10 command doesn't works!
 
if i type rank or top10, there's no responsible
help me!
except this problem, everything working

YamiKaitou 04-23-2014 09:38

Re: rank,top10 command doesn't works!
 
Did you install the AMXModX or Sourcemod plugin onto your server? Any errors displayed in either the server or daemon logs?

7106 04-24-2014 05:50

Re: rank,top10 command doesn't works!
 
server logs
L 04/24/2014 - 09:01:13: Log file started (file "logs\L0424000.log") (game "c:\source\tf") (version "2191812")
L 04/24/2014 - 09:01:13: Sending CMsgGameServerMatchmakingStatus (state=ServerMatchmakingState_NOT_PARTICIPATI NG)
L 04/24/2014 - 09:01:14: server_cvar: "mp_scrambleteams_auto" "0"
L 04/24/2014 - 09:01:15: Connection to Steam servers successful.

and i dont know where is daemon logs
help me!

YamiKaitou 04-24-2014 10:24

Re: rank,top10 command doesn't works!
 
The daemon is the run_hlstats or hlstats.pl script that should always be running. The logs are in a folder called logs that is located in the same folder as hlstats.pl

RapeField 04-24-2014 13:56

Re: rank,top10 command doesn't works!
 
I have the same problem and I get this in my Log:
TRCON: Cannot setup TCP socket on 192.168.1.34:27016: Connection refused

WildCard65 04-24-2014 14:01

Re: rank,top10 command doesn't works!
 
Quote:

Originally Posted by RapeField (Post 2128991)
I have the same problem and I get this in my Log:
TRCON: Cannot setup TCP socket on 192.168.1.34:27016: Connection refused

Is the TCP and UDP ports open on the gameserver?

RapeField 04-24-2014 14:30

Re: rank,top10 command doesn't works!
 
Quote:

Originally Posted by WildCard65 (Post 2128993)
Is the TCP and UDP ports open on the gameserver?

Yes they are open :)

Edit:
Anyone got any idea what it might be? Been googling but can't fins anything that helps me :/

RapeField 04-25-2014 02:24

Re: rank,top10 command doesn't works!
 
So an update:
"hlx_menu" works fine I get the menu on the screen. However, none of the commands in that menu show up.
Anyone else got this problem?

I also tried restarting the hole server, no result :(

I'm now getting errors, so that's nice. Finally something to work with. Going to school now but I will give you guys an update if I found anything. Otherwise, if you know the error please tell me :)
Quote:

CRITICAL ERROR: Could not write to SCRIPTPATH: .

Sillium 04-25-2014 03:40

Re: rank,top10 command doesn't works!
 
Looking at the code the error you posted should be longer and giving you a hint on what to do:
Quote:

# Sanity checks on script path, daemon and logs path. if [ ! -w ${SCRIPTPATH} ]; then echo "CRITICAL ERROR: Could not write to SCRIPTPATH: ${SCRIPTPATH}" echo "Verify you have write access to this directory." echo "Visit our wiki for more information: ${WIKI}." exit 1 fi
So.. do you have write access to that folder? (should be something like hlxce/scripts/)

RapeField 04-25-2014 09:27

Re: rank,top10 command doesn't works!
 
Quote:

Originally Posted by Sillium (Post 2129200)
Looking at the code the error you posted should be longer and giving you a hint on what to do:


So.. do you have write access to that folder? (should be something like hlxce/scripts/)

What I got:
Code:

CRITICAL ERROR: Could not write to SCRIPTPATH: .
Verify you have write access to this directory.
Visit our wiki for more information: http://wiki.hlxce.com.

So I made sure that Scripts had the right access.
After that I got:
Code:

CRITICAL ERROR: Could not write to the log folder: ./logs
Verify that you have write access to the log folder.
Visit our wiki for more information: http://wiki.hlxce.com.

Did the same thing:
sudo chmod 777 "path"

Just wanted to write it for the record if anyone else got this error :)


However I still have the same problem regarding the ingame commands. Rank etc won't work :(


All times are GMT -4. The time now is 20:58.

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