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

Bprint

From Quake Wiki

Revision as of 21:04, 23 February 2008 by 129.13.186.4 (talk) (New page: void '''bprint''' ( string ''text'' [, string ''text2''] [, string ''text3''] [, string ''text4''] [, string ''text5''] [, string ''text6''] ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
void bprint (
      string text
      [, string text2]
      [, string text3]
      [, string text4]
      [, string text5]
      [, string text6]
      [, string text7]
      [, string text8]
)
  • text, text2, ... = text(s) of the message, if more than one text they are concatenated

Broadcast a message to all players on the current server.

The function really just sends a SVC_PRINT, reliable to all (MSG_ALL)

Not more than 8 parameters are allowed.