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

HLTV Report (v1.1.1)


Post New Thread Reply   
 
Thread Tools Display Modes
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 02-14-2008 , 04:35   Re: HLTV Report
Reply With Quote #21

why want you do that?
i made this plugin because i dont want the hltv always conected.
__________________
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
Perfect Team
Junior Member
Join Date: Feb 2008
Location: Kraków, Poland
Old 02-14-2008 , 09:15   Re: HLTV Report
Reply With Quote #22

My HLTV always connected - no recording demo !
I wanna if player say /cheater HLTV start recording demo , ban cheater, stop recording demo - not HLTV !
__________________
Perfect Team is offline
Send a message via Skype™ to Perfect Team
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 02-14-2008 , 10:00   Re: HLTV Report
Reply With Quote #23

line 560:
replace
Code:
formatex (command,255,"name %s;delay %d;autoretry 1;connect %s",name,get_pcvar_num(pcvardelay),hltvgsip);
with
Code:
formatex (command,255,"name %s;delay %d",name,get_pcvar_num(pcvardelay));
and line 569:
replace
Code:
formatex (command,255,"stoprecording;autoretry 0;stop");
with
Code:
formatex (command,255,"stoprecording");
then it should work like you want.
(line numbers taken from v0.96RC3)
__________________
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
Perfect Team
Junior Member
Join Date: Feb 2008
Location: Kraków, Poland
Old 02-14-2008 , 10:08   Re: HLTV Report
Reply With Quote #24

Cool, Thanks !
And second small request
How made to be HLTV no change nick

Regards
__________________
Perfect Team is offline
Send a message via Skype™ to Perfect Team
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 02-14-2008 , 10:56   Re: HLTV Report
Reply With Quote #25

change line 560 to this:
Code:
formatex (command,255,"delay %d",get_pcvar_num(pcvardelay));
or put only your default name to /hltv_report/hltv_names.cfg

or delete /hltv_report/hltv_names.cfg
and change this to your default name:
Code:
#define HLTV_NAME "HLTV Server"
but with this way you would have a message in the logs that the file does not exists.

and thx for +karma, you pushed me to "very good" ^^
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who don´t.

Last edited by |PJ| Shorty; 02-14-2008 at 11:00.
|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
Perfect Team
Junior Member
Join Date: Feb 2008
Location: Kraków, Poland
Old 02-14-2008 , 12:56   Re: HLTV Report
Reply With Quote #26

+karma = No Problem
If i add me reason(s) plugin not error ?

Regards

EDIT //
Plugin not work if i delete #define HLTV_MAX_NAMES ??
__________________

Last edited by Perfect Team; 02-14-2008 at 13:13. Reason: + idea
Perfect Team is offline
Send a message via Skype™ to Perfect Team
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 02-14-2008 , 15:40   Re: HLTV Report
Reply With Quote #27

you can´t delete it. it defines only how much different names the plugin handles (from hltv_names.cfg).
if you have only 1 name in the cfg, only 1 name will be used.
__________________
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
Old 02-20-2008, 04:03
slmclarengt
This message has been deleted by Brad. Reason: dbl post
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 02-20-2008 , 04:04   Re: HLTV Report
Reply With Quote #28

I have not used this plugin recently and do not recall correctly plus something might have changed, but if a player types "/cheater", does the say command get hooked and does that line not get displayed to the server? That would be optimal so as to circumvent cheaters knowing the HLTV server is connecting BECAUSE of them.

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 02-20-2008 , 14:22   Re: HLTV Report
Reply With Quote #29

Hi slmclarengt, nice to see you again ^^

currently everyone can see the chat command, on next version it will be hidden.
also added to next version: only your hltv is allowed to connect, other hltv will be kicked.

next version still running, only a few tests before i release it.
__________________
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 02-20-2008 , 15:32   Re: HLTV Report
Reply With Quote #30

Quote:
Originally Posted by |PJ| Shorty View Post
Hi slmclarengt, nice to see you again ^^

currently everyone can see the chat command, on next version it will be hidden.
also added to next version: only your hltv is allowed to connect, other hltv will be kicked.

next version still running, only a few tests before i release it.
Yea, it's nice to be posting here. I didn't even know if you had released it or not until a guy in the off-topic forum was asking about HLTV controlling plugins and I immediately recalled your awesome beta I was playing with. So I referred him here although for what he seemed to want, it would need to be modified heavily.

Once the text is completely hidden from chat, I will put this on my server again because I have an idle HLTV I don't use much/ever and could really use this plugin as it's awesome; I remember when I tried to write this plugin without researching at all how exactly to control an HLTV.

Great job,

Slmclarengt

P.S. Where's the mark of approval? :-)
__________________
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 23:03.


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