Sounds like you're not running the dlls that you've compiled.
On Wed, Sep 8, 2010 at 11:32 PM, Chris Courtney <[email protected]>wrote: > > Hey guys, I've been trying to get a simple console > > command working in the sdk, when i run it it says "unknown commad" in > the console. > > I want to be able to run a specific function from the console and > using godmode > > as an example this should be all I need: > > void MyFunction_f( void ) > > { > > Msg("This is my function\n"); > > } > > ConCommand my_function( "my_function", MyFunction_f, "Shows a > message.", > > FCVAR_CHEAT ); > > > > What am I missing? > > Thanks > > On , [email protected] wrote: > > > Send hlcoders mailing list submissions to > > > [email protected] > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

