native
ns_popup
Syntax
native ns_popup(target, const szMsg[180], ah=0);
Description
Send an NS-style popup message.
Parameters
| target | The client to receive the message. Set to 0 to send to everybody. |
|---|---|
| szMsg | The message to send, 180 characters max. |
| ah | Whether to only display the message on clients who have the cvar "cl_autohelp" set to 1. |
Return
This function has no return value.