Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

sprint

From Quake Wiki

Revision as of 01:45, 27 March 2013 by Necros (talk | contribs) (Created page with "====Syntax:==== <code>void sprint(entity client, string s)</code> Sends text to a single player. This is used by items to display pickup text. '''client''' must be a player...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax:

void sprint(entity client, string s)

Sends text to a single player. This is used by items to display pickup text. client must be a player.

Parameters:

client - The client to print the string to.
s - The string to print.

Returns:

void