echo bot chat to the server console (must remember about this for nq)

This commit is contained in:
Bill Currie 2006-12-17 11:25:03 +00:00
parent dbcb664ab4
commit 43c9295fc5

View file

@ -77,6 +77,8 @@ b_originator == targ
WriteByte (MSG_ALL, 3);
WriteByte (MSG_ALL, 2);
WriteString (MSG_ALL, msg);
dprint (ent.netname);
dprint (msg);
}
-(void)say2:(string)msg
@ -85,6 +87,7 @@ b_originator == targ
WriteByte (MSG_ALL, 3);
WriteByte (MSG_ALL, 2);
WriteString (MSG_ALL, msg);
dprint (msg);
}
-(void)sayTeam:(string)msg
@ -98,6 +101,7 @@ b_originator == targ
WriteByte (MSG_ALL, 3);
WriteByte (MSG_ALL, 1);
WriteString (MSG_ALL, ent.netname);
dprint (ent.netname);
}
// I didn't like the old code so this is very stripped down