Run with "-dev" on the command line and if you don't see any errors about failing to load the plugin then it should be running. If you run under the debugger put a breakpoint on GameFrame() to check it is being called.
- Alfred ----Original Message---- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of covert Sent: Wednesday, December 01, 2004 5:14 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] Running serverplugin_empty > [ Converted text/html to text/plain ] > > I have started my own mod. I copied the serverplugin_empty.dll file > from c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called test) > and I have also created a directory called c:\myhl2mod\test\addons > with a serverplugin_empty.vdf with the example text from > http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1] in it. > > > > The console says it found the plugin but when I join the server it > does not seem to run any of its code. > > > > On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote: > > <SPAN>> Try copying serverplugin_empty.dll to the base bin/ > > directory <SPAN>> (rather <SPAN>> than cstrike/bin/). > > <SPAN>> > > <SPAN>> - Alfred > > <SPAN>> > > <SPAN>> ----Original Message---- > > <SPAN>> From: [EMAIL PROTECTED] > > <SPAN>> [mailto:[EMAIL PROTECTED] On Behalf > > Of covert <SPAN>> Sent: Wednesday, December 01, 2004 7:12 AM To: > > hlcoders <SPAN>> Subject: [hlcoders] Running serverplugin_empty > > <SPAN>> <SPAN>>> [ Converted text/html to text/plain ] <SPAN>>> > > <SPAN>>>> I have compiled the serverplugin_empty. I have made the > > .vdf <SPAN>>>> file in <SPAN>>>> the <SPAN>>> addons folder. When I > > ran my mod and do a map <mapname> the <SPAN>>> map <SPAN>>> > > loads and I get a "found pluging serverplugin_empty.vdf"<SPAN> > > <SPAN>>> <SPAN>>> <SPAN>>> So upto this point all seems fine. But I > > cannot trigger it to do <SPAN>>> anything. <SPAN>>> > > <SPAN>>> > > <SPAN>>> I thinking I need to do a "plugin_load" but I can not seem > > to <SPAN>>> find a <SPAN>>> working filename for it to load. Tried > > both the dll file and the <SPAN>>> vdf <SPAN>>> file. both with and > > without correct paths set. <SPAN>>> > > <SPAN>>> > > <SPAN>>> Anyone got an idea ? > > <SPAN>>> _______________________________________________ > > <SPAN>>> To unsubscribe, edit your list preferences, or view the > > list <SPAN>>> archives, please visit: > > <SPAN>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[3] > > <SPAN>> <SPAN>> _______________________________________________ > > <SPAN>> To unsubscribe, edit your list preferences, or view the list > > <SPAN>> archives, please visit: > > <SPAN>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[4] > > <br> <SPAN> > > ===References:=== > 1. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html > 2. mailto:[EMAIL PROTECTED] > 3. http://list.valvesoftware.com/mailman/listinfo/hlcoders > 4. 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 _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

