OutputServerLog

From Multi Theft Auto: Wiki
Revision as of 04:18, 3 October 2006 by JonChappell (talk | contribs)
Jump to navigation Jump to search

This outputs a line of text to the server's log. This could be useful for debugging.

Syntax

bool outputServerLog ( string text )              

Required Arguments

  • text: The text to be output to the log.

Returns

Returns true if successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also