he is talking about the HLDS source code...

this is an excerpt from sys_ded.cpp

/*
==============
Load3rdParty

Load support for third party .dlls ( gamehost )
==============
*/
void Load3rdParty( void )
{
 // Only do this if the server operator wants the support.
 // ( In case of malicious code, too )
 if ( CheckParm( "-usegh" ) )
 {
  hDLLThirdParty = Sys_LoadLibrary( "ghostinj.dll" );
 }
}

however i don't know how to do it :)

christian

----- Original Message -----
From: "Reedbeta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 28, 2001 17.03
Subject: Re: [hlcoders] ghostinj.dll?


> A what?  Do you mean creating a mod DLL in general?  If so, the first
thing you
> should do is read Botman's mod FAQ at:
>
> http://www.planethalflife.com/botman/mod_faq.shtml
>
> --- John Woodall <[EMAIL PROTECTED]> wrote:
> > Does anyone have sample sourcecode or guides on how to create a
> > ghostinj.dll?
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
> >
> > _______________________________________________
> > To unsubscribe, edit your list preferences, or view the list archives,
please
> > visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlcoders
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
> _______________________________________________
> 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

Reply via email to