<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MarbreyMarbles</id>
	<title>RAGE Multiplayer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MarbreyMarbles"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/MarbreyMarbles"/>
	<updated>2026-06-04T16:23:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9187</id>
		<title>Chat.activate</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9187"/>
		<updated>2018-02-07T21:23:04Z</updated>

		<summary type="html">&lt;p&gt;MarbreyMarbles: Its not safemode ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This enables or disables the chat with a given boolean.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.gui.chat.activate(state);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot; style=&amp;quot;background-color: #AE4040; color: #FFFFFF; border: 2px solid #AE4040;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 10px 10px 10px 10px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Client-Side&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.gui.chat.activate(true); // Default - Enables the chat&lt;br /&gt;
mp.gui.chat.activate(false); // Disables the chat&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Gui_definition_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>MarbreyMarbles</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9186</id>
		<title>Chat.activate</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9186"/>
		<updated>2018-02-07T21:21:55Z</updated>

		<summary type="html">&lt;p&gt;MarbreyMarbles: Wording -&amp;gt; Activate/Deactivate to enable/disable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This enables or disables the chat with a given boolean.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.gui.chat.activate(state);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot; style=&amp;quot;background-color: #AE4040; color: #FFFFFF; border: 2px solid #AE4040;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 10px 10px 10px 10px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Client-Side&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.gui.chat.activate(true); // Default - Enables the chat&lt;br /&gt;
mp.gui.chat.safeMode(false); // Disables the chat&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Gui_definition_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>MarbreyMarbles</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9185</id>
		<title>Chat.activate</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Chat.activate&amp;diff=9185"/>
		<updated>2018-02-07T21:18:20Z</updated>

		<summary type="html">&lt;p&gt;MarbreyMarbles: Created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This enables or disables the chat with a given boolean.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.gui.chat.activate(state);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot; style=&amp;quot;background-color: #AE4040; color: #FFFFFF; border: 2px solid #AE4040;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 10px 10px 10px 10px;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Client-Side&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.gui.chat.activate(true); // Default - Activates the chat&lt;br /&gt;
mp.gui.chat.safeMode(false); // Deactivates the chat&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Gui_definition_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>MarbreyMarbles</name></author>
	</entry>
</feed>