From eb41c78c9ff23429f054d9cc280c41917acc2736 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 29 Aug 2024 23:03:11 +0100 Subject: Add very basic client console messaging for L4D2 This isn't totally ideal - it'd be nice to have a way to get colours working, at least for errors/warnings. But it might not really be possible to do that without custom networking stuff, so this will do for the forseeable future. The main goal is just to be able to have CON_SERVERSIDE commands actually give output to the relevant player. --- compile | 1 + 1 file changed, 1 insertion(+) (limited to 'compile') diff --git a/compile b/compile index 328c08b..b61bd3d 100755 --- a/compile +++ b/compile @@ -56,6 +56,7 @@ src="\ bind.c chunklets/fastspin.c chunklets/msg.c + clientcon.c con_.c crypto.c democustom.c -- cgit v1.2.3