Call of Duty 4: Scripting Reference - Client::ClientPrint
From COD Modding & Mapping Wiki
ClientPrint( <client>, <string> )
Module: Client
MP Only
Summary:
Print a localized version of this string for a given client
Call this on: Required Args:
Example:
Required arguments:
- <client> A client entity.
- <string> A message to print.
Optional arguments:
- none
Notes:
- none