<?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_Events%2FGUI%3A%3AWindowClose</id>
	<title>Scripting/Squirrel/Client Events/GUI::WindowClose - 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_Events%2FGUI%3A%3AWindowClose"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Events/GUI::WindowClose&amp;action=history"/>
	<updated>2026-05-10T21:13:13Z</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_Events/GUI::WindowClose&amp;diff=20049&amp;oldid=prev</id>
		<title>Kennedyarz: Created page with &quot;.  == Syntax ==  &lt;pre&gt;player - The instance.&lt;/pre&gt;  == Arguments ==  * player * GUIButton  == Example ==  &lt;source lang=squirrel&gt; Test&lt;- { window = null }  function Script::Scr...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Events/GUI::WindowClose&amp;diff=20049&amp;oldid=prev"/>
		<updated>2017-06-01T22:41:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;.  == Syntax ==  &amp;lt;pre&amp;gt;player - The instance.&amp;lt;/pre&amp;gt;  == Arguments ==  * player * GUIButton  == Example ==  &amp;lt;source lang=squirrel&amp;gt; Test&amp;lt;- { window = null }  function Script::Scr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player - The instance.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* player&lt;br /&gt;
* GUIButton&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
Test&amp;lt;-&lt;br /&gt;
{&lt;br /&gt;
window = null&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function Script::ScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
 Test.window = GUIWindow(VectorScreen(sX * 0.20, sY * 0.65), VectorScreen(sX * 0.60, sY * 0.30), Colour(20, 20, 20, 400), &amp;quot;Welcome to This server&amp;quot;, GUI_FLAG_TEXT_TAGS);  &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function GUI::WindowClose(window)&lt;br /&gt;
	{&lt;br /&gt;
	if ( window == Test.window) SetMouseEnabled(false);&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kennedyarz</name></author>
	</entry>
</feed>