Exemplo n.º 1
0
void PutSpectatorInServer()
{
//	G_sprint(self, 2, "Hellow %s\n", getname(self));
	g_globalvars.msg_entity = EDICT_TO_PROG(self);
        WriteByte(MSG_ONE, 38 /*svc_updatestatlong*/);
        WriteByte(MSG_ONE, 18 /*STAT_MATCHSTARTTIME*/);
        WriteLong(MSG_ONE, g_matchstarttime);

	AutoTrackRestore();
}
Exemplo n.º 2
0
////////////////
// GlobalParams:
// time
// self
///////////////
void PutSpectatorInServer()
{
//	G_sprint(self, 2, "Hellow %s\n", getname(self));

	AutoTrackRestore();
}