[hlcoders] Server Plugin vs. Interface

2007-08-16 Thread Meow Mew
-- [ Picked text/plain from multipart/alternative ] Hey, I was hoping I could get some advice from some of you fellow coders. Actually writing up the code isn't a problem, but I was having difficulty with design and following the structure already in the Valve engine.Here's the laydown of

Re: [hlcoders] Server Plugin vs. Interface

2007-08-16 Thread LDuke
-- [ Picked text/plain from multipart/alternative ] Server plugins run on the server only. You can't create client-side plugins. You will have to write your own mod to do anything on the client. On 8/16/07, Meow Mew [EMAIL PROTECTED] wrote: -- [ Picked text/plain from multipart/alternative

RE: [hlcoders] Server Plugin vs. Interface

2007-08-16 Thread Meow Mew
of implementation? From: [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Server Plugin vs. Interface Date: Thu, 16 Aug 2007 10:04:08 -0600 -- [ Picked text/plain from multipart/alternative ] Server plugins run on the server only. You can't create client-side

Re: [hlcoders] Server Plugin vs. Interface

2007-08-16 Thread Nick
I've seen some client side plugins, I know they work. At least one out of four players are using them right now. On 8/16/07, LDuke [EMAIL PROTECTED] wrote: -- [ Picked text/plain from multipart/alternative ] Server plugins run on the server only. You can't create client-side plugins. You