// LEGACY NOTIFICATION SYSTEMS
// =============================
+#define Send_CSQC_Centerprint_Generic_Expire(e,id) Send_CSQC_Centerprint_Generic(e, id, "", 1, 0)
+
void Send_CSQC_Centerprint_Generic(entity e, float id, string s, float duration, float countdown_num)
{
if ((clienttype(e) == CLIENTTYPE_REAL) && (e.flags & FL_CLIENT))
});
}
}
-void Send_CSQC_Centerprint_Generic_Expire(entity e, float id)
-{
- Send_CSQC_Centerprint_Generic(e, id, "", 1, 0);
-}
#endif // ifdef SVQC