OnClientConsole

From Multi Theft Auto: Wiki
Revision as of 16:58, 30 December 2007 by Arc (talk | contribs)
Jump to navigation Jump to search

This event is triggered when the local player enters text in the console. Note that, if you want to add custom console commands, it is easier to the addCommandHandler function.

Parameters

string text
  • text: the text line that was entered.

Example