> What is the function ( server side ) to reproduce a
> console command ? I mean this function would act like
> ClientCmd client side.

There's a SERVER_COMMAND() macro that calls pfnServerCommand().  You can do
something like this...

SERVER_COMMAND("map stalkyard\n");

...don't forget the \n at the end.  :)

Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to