From 7797a651676ec47ab79222210f50c5aa4da80d7f Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 22 Mar 2008 11:45:48 +0000 Subject: changed the bindings commands to bind, unbind and dump_binds. added broadcast messages. fixed so that cl_editor works --- src/game/g_protocol.def | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/g_protocol.def') diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def index c832fb14..6f3a3b14 100644 --- a/src/game/g_protocol.def +++ b/src/game/g_protocol.def @@ -202,6 +202,10 @@ message sv_chat string message end +message sv_broadcast + string message +end + message sv_setinfo range(0,MAX_CLIENTS-1) cid string name -- cgit 1.4.1