RE: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-02-01 Thread Josh
OK I think if you do engine-ClientCommand (pEntity, kill) it will still
kill them.  It shouldn't make a difference because this command is mimicked.
I don't think it's actually sent to the client.

Josh


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-27 Thread Josh
Couldn't u just re-create an alias?  Would suck though, just create the
alias kill that executes kill, or just create a new random alias and execute
it each time.

Josh

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, January 25, 2005 3:25 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] Forcing things such as kill, name on a serverplugin

SB Childe Roland wrote:
 ClientCommand( e, unalias kill );??



I wish, I can't find any un-alias command.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-27 Thread [EMAIL PROTECTED]
Josh wrote:
Couldn't u just re-create an alias?  Would suck though, just create the
alias kill that executes kill, or just create a new random alias and execute
it each time.
:) It would point to the alias, not the command. If I did alias name
whatever, and then alias RANDOMTHINGIE name, it would execute the alias,
thus whatever.
It is a retard-approach anyway. What I'd really like to do is intercept
it before it gets to the engine.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


RE: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-27 Thread Adam Curtis
--
[ Picked text/plain from multipart/alternative ]
So create something that first makes alias a variable or a console command?

lemme see the code  Muhahaha!


-
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



[hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-25 Thread [EMAIL PROTECTED]
Doing these things require some tricks (CBasePlayer, offsets...), but
some of it would be pretty easy if ClientCommand was reliable.
The problem is if you issue something like ClientCommand( e, kill );
it won't work very well if the client has an alias for kill.. If you
could do something to force the cmd, not alias, or unset the alias
command (temporarily preferably), it would work. Not ideal, but it would
work..
Thoughts/help about this?
Thanks
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-25 Thread SB Childe Roland
ClientCommand( e, unalias kill );??


On Tue, 25 Jan 2005 15:21:33 +0100, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Doing these things require some tricks (CBasePlayer, offsets...), but
 some of it would be pretty easy if ClientCommand was reliable.

 The problem is if you issue something like ClientCommand( e, kill );
 it won't work very well if the client has an alias for kill.. If you
 could do something to force the cmd, not alias, or unset the alias
 command (temporarily preferably), it would work. Not ideal, but it would
 work..

 Thoughts/help about this?

 Thanks

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders




--
=
SB Childe Roland
I will show you fear in a handful of jellybeans.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Forcing things such as kill, name on a serverplugin

2005-01-25 Thread [EMAIL PROTECTED]
SB Childe Roland wrote:
ClientCommand( e, unalias kill );??

I wish, I can't find any un-alias command.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders