Squirrel/Server/Functions/Messages/BigMessage

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function sends a big GTA announcement message to a player or all the players in the game. == Syntax == ''BigMessage'' can take 2 different lists of parameters. These are: ...)

Revision as of 01:32, 27 November 2009

This function sends a big GTA announcement message to a player or all the players in the game.

Syntax

BigMessage can take 2 different lists of parameters. These are:

  1. bool BigMessage( string text, int time, int type )
  1. bool BigMessage( Player plr, string text, int time, int type )

Arguments

  • text - This is the message to send to players
  • time - This is how long the message will stay on screen
  • type - The type of the announcement message
  • plr - The pointer to the player who should get the message

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox