Call of Duty 4: Scripting Reference - Client::ClientAnnouncement
From COD Modding & Mapping Wiki
ClientAnnouncement( <clientnum>, <string> )
Module: Client
MP Only
Summary:
Sends an announcement to a single client.
Call this on:
Example:
Required arguments:
- <clientnum> The client number that the announcement is sent to.
- <string> The announcement.
Optional arguments:
- none
Notes:
- none