<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FClient_Functions%2Fprint</id>
	<title>Scripting/Squirrel/Client Functions/print - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FClient_Functions%2Fprint"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/print&amp;action=history"/>
	<updated>2026-05-15T21:10:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/print&amp;diff=19366&amp;oldid=prev</id>
		<title>Xmair: Created page with &quot;This function prints stuff in the debug file present in %appdata%\VCMP\04Beta\debuglog.txt.  == Syntax ==  &lt;pre&gt;print( szText )&lt;/pre&gt;  == Arguments ==  * &#039;&#039;&#039;STRING&#039;&#039;&#039; &#039;&#039;&#039;szTex...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/print&amp;diff=19366&amp;oldid=prev"/>
		<updated>2016-07-14T05:07:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function prints stuff in the debug file present in %appdata%\VCMP\04Beta\debuglog.txt.  == Syntax ==  &amp;lt;pre&amp;gt;print( szText )&amp;lt;/pre&amp;gt;  == Arguments ==  * &amp;#039;&amp;#039;&amp;#039;STRING&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;szTex...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function prints stuff in the debug file present in %appdata%\VCMP\04Beta\debuglog.txt.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;print( szText )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;STRING&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;szText&amp;#039;&amp;#039;&amp;#039; The message to print.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This will print &amp;quot;Client side scripts loaded&amp;quot; to the debug log when the client side scripts are loaded.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;squirrel&amp;quot;&amp;gt;&lt;br /&gt;
function Script::ScriptLoad( )&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
print( &amp;quot;Client side scripts loaded.&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
The event [http://wiki.vc-mp.org/wiki/Scripting/Squirrel/Client_Events/Script::ScriptLoad Script::ScriptLoad] was used in in this example. More info about them in the corresponding pages.&lt;/div&gt;</summary>
		<author><name>Xmair</name></author>
	</entry>
</feed>