Skip to main content

ShowGameText

Show a game text in the middle of the screen. For more information about text colors, styles and formatting, please refer to GameText Styles | open.mp

Parameters:

  • wText: The text to show
  • dwTime: Time in milliseconds the text should be displayed
  • dwTextstyle: Text style (0-5)

Returns: true if successful, false otherwise

Signature:

ShowGameText(wText, dwTime, dwTextstyle)