UTIL_SayText2Filter
UTIL_SayText2Filter
is a UTIL function that sends a quadradic message to a player if they pass a filter. The message consists of a format string with up to four parameters usable.
Declaration
void UTIL_SayText2Filter( IRecipientFilter& filter, CBasePlayer *pEntity, bool bChat, const char *msg_name, const char *param1, const char *param2, const char *param3, const char *param4 );
msg_name
- Name of the format string.param1
- Format string parameter.param2
- Format string parameter.param3
- Format string parameter.param4
- Format string parameter.
Examples
Todo: Add examples.