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

Difference between revisions of "sprint"

From Quake Wiki

(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...")
(No difference)

Revision as of 01:45, 27 March 2013

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