ClearMessages

From Liberty Unleashed Wiki
Revision as of 10:59, 12 November 2013 by Grand Team Unleashed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This function clears all the GTA messages currently on screen. This can be used only for you.

Syntax

ClearMessages has an parameter.

  1. bool ClearMessages()

Arguments

  • None

Example

  1.  
  2. function onClientCommand ( szCommand, szParams )
  3. {
  4. if ( cmd == "clearmsg" )
  5. {
  6. ClearMessages ( );
  7. }
  8.  
  9. return 1;
  10. }
  11.  

This command will clear all GTA messages for the command user.

Notes

The call onPlayerCommand was used in in this example. More info about this in the corresponding page.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox