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

HLTV Report (v1.1.1)


Post New Thread Reply   
 
Thread Tools Display Modes
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 04-29-2009 , 21:09   Re: HLTV Report (v1.1.1)
Reply With Quote #241

Code:
L 04/29/2009 - 00:00:28: [AMXX] Displaying debug trace (plugin "hltv_report.amxx")
L 04/29/2009 - 00:00:28: [AMXX] Run time error 4: index out of bounds 
L 04/29/2009 - 00:00:28: [AMXX]    [0] hltv_report.sma::plugin_cfg (line 306)
Apparently I have HLTV Report 1.2.0 (lol while the released version is 1.1.1):
Code:
[ 27] HLTV_Report             1.2.0       |PJ|ShOrTy        hltv_report.amx  debug
Slm
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 04-30-2009 , 05:11   Re: HLTV Report (v1.1.1)
Reply With Quote #242

the only change in 1.2.0 is a user_deny list where you can deny the use of the plugin for some steamid´s (like the allow list)

i´m currently working on a bigger bug fix (demo file names differs from the db entry).
if this is done a new version will be released.
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who don´t.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 05-01-2009 , 00:36   Re: HLTV Report (v1.1.1)
Reply With Quote #243

I've had a horrible day and this is just adding to my long list of shit:
Quote:
L 04/30/2009 - 21:16:18: [AMXX] Displaying debug trace (plugin "hltv_report.amxx")
L 04/30/2009 - 21:16:18: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 04/30/2009 - 21:16:18: [AMXX] [0] hltv_report.sma::plugin_end (line 1109)
L 04/30/2009 - 21:22:12: Start of error session.
L 04/30/2009 - 21:22:12: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20090430.log")
L 04/30/2009 - 21:22:12: [AMXX] Displaying debug trace (plugin "hltv_report.amxx")
L 04/30/2009 - 21:22:12: [AMXX] Run time error 4: index out of bounds
L 04/30/2009 - 21:22:12: [AMXX] [0] hltv_report.sma::plugin_cfg (line 306)
L 04/30/2009 - 21:22:42: [MySQL] Invalid info tuple handle: 0
L 04/30/2009 - 21:22:42: [AMXX] Displaying debug trace (plugin "hltv_report.amxx")
L 04/30/2009 - 21:22:42: [AMXX] Run time error 10: native error (native "SQL_ThreadQuery")
L 04/30/2009 - 21:22:42: [AMXX] [0] hltv_report.sma::send_record (line 1065)
L 04/30/2009 - 213:45: [MySQL] Invalid info tuple handle: 0
L 04/30/2009 - 213:45: [AMXX] Displaying debug trace (plugin "hltv_report.amxx")
L 04/30/2009 - 213:45: [AMXX] Run time error 10: native error (native "SQL_ThreadQuery")
L 04/30/2009 - 213:45: [AMXX] [0] hltv_report.sma::send_record (line 1065)
I had discovered for some reason the code was never grabbing the correct cvars out of the hltv_report/sql.cfg file so I put them into my regular sql.cfg (which should be the norm for plugins like it is in sourcemod). But even with the 'correct cvars' I still fail to get any response. It was working fine recently (within the last few weeks) and I am not sure if I did anything to disrupt it, but I'm done dealing with it for now.

So please help so I don't annihilate my computer.

Slmclarengt
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 05-01-2009 , 13:15   Re: HLTV Report (v1.1.1)
Reply With Quote #244

maybe something changed with your db?
make sure that you use the latest amxmodx.

also switch my plugin to debug mode to get more messages
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who don´t.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
lexikon
Member
Join Date: Mar 2009
Location: Russia
Old 05-07-2009 , 07:56   Re: HLTV Report (v1.1.1)
Reply With Quote #245

How to make that all players could use the command say "/cheater"... not only admins
lexikon is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-07-2009 , 09:16   Re: HLTV Report (v1.1.1)
Reply With Quote #246

You are sure you want to do this? Most likely this will end up in a permanent connection of the HLTV to your server
If you want to allow other users than admins only to use this you can add their STEAM_ID to the "allowed_user.cfg" in the configs/hltv_report folder.
__________________

Mordekay is offline
lexikon
Member
Join Date: Mar 2009
Location: Russia
Old 05-07-2009 , 09:17   Re: HLTV Report (v1.1.1)
Reply With Quote #247

Sure)
lexikon is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-07-2009 , 09:25   Re: HLTV Report (v1.1.1)
Reply With Quote #248

Download the source-file
Edit it with an editor ofr your choise.
Find this line:
Code:
	#define SAYADMIN ADMIN_KICK		//admin flag for say command (0 for all)
Replace the "ADMIN_KICK" with "0" like this:
Code:
	#define SAYADMIN 0		//admin flag for say command (0 for all)
Recompile and upload the new version to your server.

Have fun watching your HLTV demos, you will get many of them ;)
__________________

Mordekay is offline
lexikon
Member
Join Date: Mar 2009
Location: Russia
Old 05-07-2009 , 09:34   Re: HLTV Report (v1.1.1)
Reply With Quote #249

;) Thanks!
lexikon is offline
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 05-12-2009 , 02:56   Re: HLTV Report (v1.1.1)
Reply With Quote #250

Shorty, I love your plugin, but...

It made me want to turn the gun on myself (not really).

I realize in the defines it has MAX_NAMES set to 10, but I did not notice that until I was looking over my configurations again. The reason this was a problem for me was I wanted random named HLTVs so I put THOUSANDS of names in my hltv_names.cfg file. That caused me SO MANY ERRORS (mind you, none of them were clear enough in the error messages to hint that to me lol).

So now I've trimmed back to 10, but maybe in future editions make MAX_NAMES something like 50...

Slmclarengt

P.S. Mine is back to full functionality <3
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt 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 10:10.


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