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

Difference between revisions of "bprint"

From Quake Wiki

(todo)
Line 8: Line 8:
 
:void
 
:void
  
 
+
{{ToDo:todo=Join with http://quakewiki.org/wiki/Bprint and remove Bprint}}
 
[[Category:QuakeC Function]]
 
[[Category:QuakeC Function]]

Revision as of 17:02, 28 March 2013

Syntax:

void bprint(string s)

Broadcasts text to all players in the map. This is used for player join/leave messages and obituaries.

Parameters:

s - The string to print.

Returns:

void

Template:ToDo:todo=Join with http://quakewiki.org/wiki/Bprint and remove Bprint