RE: [hlcoders] Server Plugins - Interfaces?

2005-01-11 Thread Spencer \voogru\ MacDonald
I issue a disconnect, and if they are still on the server 2.5/10th seconds later I then issue a kick. Why do I do this? Because I have my own custom way of displaying a useful kick message. (Example: http://www.voogru.com/images/new_ban_message.jpg), if I do a normal kick, they will get the

RE: [hlcoders] Server Plugins - Interfaces?

2005-01-11 Thread Spencer \voogru\ MacDonald
Subject: Re: [hlcoders] Server Plugins - Interfaces? Spencer voogru MacDonald schrieb: It would be nice for valve to make a way to boot a player off the server with a useful kick message that doesn't limit me to 5 characters, but I'd be dreaming then. It's probably not as nice as your richt

Re: [hlcoders] Server Plugins - Interfaces?

2005-01-10 Thread jeff broome
If I understood the server plugin example correctly, I can only access certain features through interfaces. Now I wonder if there's a list of interfaces I can use in a server plugin? Here's some that I've tried (you'll need to include the appropriate .h file yourself). The commented ones

RE: [hlcoders] Server Plugins - Interfaces?

2005-01-10 Thread Karl \XP-Cagey\ Patrick
In response to your last question: http://list.valvesoftware.com/mailman/private/hlcoders/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Marschalek Sent: Monday, January 10, 2005 7:50 AM To: hlcoders@list.valvesoftware.com Subject: [hlcoders]

Re: [hlcoders] Server Plugins - Interfaces?

2005-01-10 Thread jeff broome
[EMAIL PROTECTED] wrote: In response to your last question: http://list.valvesoftware.com/mailman/private/hlcoders/ The valvesoftware.com archive isn't searchable. Jeffrey botman Broome ___ To unsubscribe, edit your list preferences, or view the

Re: [hlcoders] Server Plugins - Interfaces?

2005-01-10 Thread Draco
And the one botman posted presents it in a better tree, sometimes the mailman archive screws it up ** Draco Coder for Perfect Dark http://perfectdark.game-mod.net ___ To unsubscribe, edit your list preferences, or view the list

Re: [hlcoders] Server Plugins - Interfaces?

2005-01-10 Thread Christian Marschalek
Hi Jeffrey, First: thanks for your fast answer! Here's some that I've tried (you'll need to include the appropriate .h file yourself). The commented ones definitely don't work... That's what I was looking for and since valve has commected the code pretty good I think I can handle it from