<?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=Aurio</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=Aurio"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Aurio"/>
	<updated>2026-06-04T13:42:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=OnVehicleTyreBurst&amp;diff=19466</id>
		<title>OnVehicleTyreBurst</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=OnVehicleTyreBurst&amp;diff=19466"/>
		<updated>2020-02-28T13:15:30Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This event is triggered when a vehicle&#039;s tyre bursts.&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[ServerEvent(Event.VehicleTyreBurst)]&lt;br /&gt;
|lang=csharp&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;tyreIndex:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[ServerEvent(Event.VehicleTyreBurst)]&lt;br /&gt;
public void OnVehicleTyreBurst(Vehicle vehicle, int tyreIndex)&lt;br /&gt;
{&lt;br /&gt;
	NAPI.Util.ConsoleOutput($&amp;quot;{vehicle.DisplayName} ({vehicle.Handle})&#039;s tire was popped {tyreIndex}.&amp;quot;); &lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Serverside Events]]&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Networkcash::networkSpentHoldups&amp;diff=19465</id>
		<title>Networkcash::networkSpentHoldups</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Networkcash::networkSpentHoldups&amp;diff=19465"/>
		<updated>2020-02-28T13:14:38Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.networkcash.networkSpentHoldups(p0, p1, p2);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
* &#039;&#039;&#039;p0: &#039;&#039;&#039; unknown (to be checked)&lt;br /&gt;
* &#039;&#039;&#039;p1: &#039;&#039;&#039; Boolean&lt;br /&gt;
* &#039;&#039;&#039;p2: &#039;&#039;&#039; Boolean&lt;br /&gt;
&lt;br /&gt;
=== Return value ===&lt;br /&gt;
* &#039;&#039;&#039;Undefined&#039;&#039;&#039;&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Networkcash_s_function_c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Stats::statGetNumberOfDays&amp;diff=19464</id>
		<title>Stats::statGetNumberOfDays</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Stats::statGetNumberOfDays&amp;diff=19464"/>
		<updated>2020-02-28T13:12:18Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.stats.statGetNumberOfDays(statName);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
* &#039;&#039;&#039;statName: &#039;&#039;&#039; Model hash or name&lt;br /&gt;
&lt;br /&gt;
=== Return value ===&lt;br /&gt;
* &#039;&#039;&#039;int&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Stats_s_function_c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Marty_uploader&amp;diff=19463</id>
		<title>User talk:Marty uploader</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Marty_uploader&amp;diff=19463"/>
		<updated>2020-02-28T13:10:55Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;{{Welcome}} --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:10, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19462</id>
		<title>User talk:Frank</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19462"/>
		<updated>2020-02-28T13:09:21Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:09, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19461</id>
		<title>User talk:Puntherline</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19461"/>
		<updated>2020-02-28T13:09:09Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:09, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19460</id>
		<title>User talk:S373r</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19460"/>
		<updated>2020-02-28T13:08:57Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:08, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19459</id>
		<title>User talk:C0kkie</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19459"/>
		<updated>2020-02-28T13:08:43Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:08, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Paul&amp;diff=19458</id>
		<title>User talk:Paul</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Paul&amp;diff=19458"/>
		<updated>2020-02-28T13:07:54Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:YnnhoJ&amp;diff=19457</id>
		<title>User talk:YnnhoJ</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:YnnhoJ&amp;diff=19457"/>
		<updated>2020-02-28T13:07:43Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Anayks&amp;diff=19456</id>
		<title>User talk:Anayks</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Anayks&amp;diff=19456"/>
		<updated>2020-02-28T13:07:34Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:JerryChen&amp;diff=19455</id>
		<title>User talk:JerryChen</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:JerryChen&amp;diff=19455"/>
		<updated>2020-02-28T13:07:25Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Hazes&amp;diff=19454</id>
		<title>User talk:Hazes</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Hazes&amp;diff=19454"/>
		<updated>2020-02-28T13:07:17Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:XpresS&amp;diff=19453</id>
		<title>User talk:XpresS</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:XpresS&amp;diff=19453"/>
		<updated>2020-02-28T13:07:08Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:07, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Unknown&amp;diff=19452</id>
		<title>User talk:Unknown</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Unknown&amp;diff=19452"/>
		<updated>2020-02-28T13:06:58Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:06, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19451</id>
		<title>Template:Welcome</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19451"/>
		<updated>2020-02-28T13:05:56Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome aboard to RAGE Multiplayer Wiki! ==&lt;br /&gt;
Hello, &amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;, and welcome to RAGE Multiplayer Wiki! Thank you for [[Special:Contributions/&amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;|your contributions]] I hope you like the place and decide to stay. Please remember to sign your messages on talk pages by typing four tildes (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;); this will automatically insert your username and the date. If you need help, ask me on my talk page, or ask for help on your talk page, and a volunteer should respond shortly. Again, welcome! &amp;lt;!-- Template:Welcome --&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Kar&amp;diff=19450</id>
		<title>User talk:Kar</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Kar&amp;diff=19450"/>
		<updated>2020-02-28T13:05:04Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}} --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:05, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19449</id>
		<title>User talk:C0kkie</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19449"/>
		<updated>2020-02-28T13:02:54Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:02, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19448</id>
		<title>User talk:Sake</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19448"/>
		<updated>2020-02-28T13:01:42Z</updated>

		<summary type="html">&lt;p&gt;Aurio: /* February 2020 */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hes beast&lt;br /&gt;
&lt;br /&gt;
== Spam? ==&lt;br /&gt;
I&#039;m not spamming, I&#039;m adding my new signature! Plus, every single user and talk page should be created. I hate seeing red links.--&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:56, 28 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ha! ==&lt;br /&gt;
You are not an admin, you can&#039;t block me! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:59, 28 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== February 2020 ==&lt;br /&gt;
&lt;br /&gt;
Please stop your disruptive editing, as you did to [[User:Aurio]]. You may be blocked from editing RAGE Multiplayer Wiki if you continue. --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 13:01, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Aurio&amp;diff=19447</id>
		<title>User:Aurio</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Aurio&amp;diff=19447"/>
		<updated>2020-02-28T13:00:38Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Reverted edits by Sake (talk) to last revision by User:Aurio Please stop!!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19446</id>
		<title>User talk:Sake</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19446"/>
		<updated>2020-02-28T12:59:57Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hes beast&lt;br /&gt;
&lt;br /&gt;
== Spam? ==&lt;br /&gt;
I&#039;m not spamming, I&#039;m adding my new signature! Plus, every single user and talk page should be created. I hate seeing red links.--&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:56, 28 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ha! ==&lt;br /&gt;
You are not an admin, you can&#039;t block me! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:59, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19445</id>
		<title>User talk:S373r</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19445"/>
		<updated>2020-02-28T12:58:18Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Updating my signature link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey there! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:58, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19444</id>
		<title>User talk:Sake</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19444"/>
		<updated>2020-02-28T12:57:24Z</updated>

		<summary type="html">&lt;p&gt;Aurio: /* Spam? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hes beast&lt;br /&gt;
&lt;br /&gt;
== Spam? ==&lt;br /&gt;
I&#039;m not spamming, I&#039;m adding my new signature! Plus, every single user and talk page should be created. I hate seeing red links.--&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:56, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19443</id>
		<title>User talk:Sake</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Sake&amp;diff=19443"/>
		<updated>2020-02-28T12:56:33Z</updated>

		<summary type="html">&lt;p&gt;Aurio: /* Spam? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hes beast&lt;br /&gt;
&lt;br /&gt;
== Spam? ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m not spamming, I&#039;m adding my new signature! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:56, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19440</id>
		<title>User talk:Puntherline</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19440"/>
		<updated>2020-02-28T12:55:35Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:55, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19438</id>
		<title>User talk:Frank</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19438"/>
		<updated>2020-02-28T12:54:52Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey and welcome! --&#039;&#039;&#039;[[User:Aurio|&amp;lt;span style=&amp;quot;color:magenta&amp;quot;&amp;gt;Aurio&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Aurio|Talk to me!]]) 12:54, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19437</id>
		<title>Template:Welcome</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19437"/>
		<updated>2020-02-28T12:54:05Z</updated>

		<summary type="html">&lt;p&gt;Aurio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome aboard to RAGE Multiplayer Wiki! ==&lt;br /&gt;
Hello, &amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;, and welcome to RAGE Multiplayer Wiki! Thank you for [[Special:Contributions/&amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;|your contributions]] I hope you like the place and decide to stay. Here are a few links to pages you might find helpful:&lt;br /&gt;
&lt;br /&gt;
Please remember to sign your messages on talk pages by typing four tildes (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;); this will automatically insert your username and the date. If you need help, ask me on my talk page, or ask for help on your talk page, and a volunteer should respond shortly. Again, welcome! &amp;lt;!-- Template:Welcome --&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19436</id>
		<title>Template:Welcome</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Template:Welcome&amp;diff=19436"/>
		<updated>2020-02-28T12:53:29Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hello, &amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;, and welcome to RAGE Multiplayer Wiki! Thank you for Special:Contribu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello, &amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;, and welcome to RAGE Multiplayer Wiki! Thank you for [[Special:Contributions/&amp;lt;noinclude&amp;gt;Example&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{safesubst:&amp;lt;noinclude /&amp;gt;BASEPAGENAME}}&amp;lt;/includeonly&amp;gt;|your contributions]] I hope you like the place and decide to stay. Here are a few links to pages you might find helpful:&lt;br /&gt;
&lt;br /&gt;
Please remember to sign your messages on talk pages by typing four tildes (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;); this will automatically insert your username and the date. If you need help, ask me on my talk page, or ask for help on your talk page, and a volunteer should respond shortly. Again, welcome! &amp;lt;!-- Template:Welcome --&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:TedJr&amp;diff=19435</id>
		<title>User:TedJr</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:TedJr&amp;diff=19435"/>
		<updated>2020-02-28T12:34:37Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is TedJr&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is TedJr&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19434</id>
		<title>User talk:Frank</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Frank&amp;diff=19434"/>
		<updated>2020-02-28T12:34:03Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hey and welcome! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey and welcome! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:34, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Frank&amp;diff=19433</id>
		<title>User:Frank</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Frank&amp;diff=19433"/>
		<updated>2020-02-28T12:33:39Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Frank&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Frank&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:YnnhoJ&amp;diff=19432</id>
		<title>User:YnnhoJ</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:YnnhoJ&amp;diff=19432"/>
		<updated>2020-02-28T12:33:16Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is YnnhoJ&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is YnnhoJ&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Paul&amp;diff=19431</id>
		<title>User:Paul</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Paul&amp;diff=19431"/>
		<updated>2020-02-28T12:32:43Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Paul&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Paul&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19430</id>
		<title>User talk:Puntherline</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Puntherline&amp;diff=19430"/>
		<updated>2020-02-28T12:31:42Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hey! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:31, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Puntherline&amp;diff=19429</id>
		<title>User:Puntherline</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Puntherline&amp;diff=19429"/>
		<updated>2020-02-28T12:31:30Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Puntherline&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Puntherline&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19428</id>
		<title>User talk:S373r</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:S373r&amp;diff=19428"/>
		<updated>2020-02-28T12:31:15Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hey there! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey there! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:31, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:S373r&amp;diff=19427</id>
		<title>User:S373r</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:S373r&amp;diff=19427"/>
		<updated>2020-02-28T12:31:03Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is S373r&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is S373r&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19426</id>
		<title>User talk:C0kkie</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:C0kkie&amp;diff=19426"/>
		<updated>2020-02-28T12:30:37Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Welcome! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:30, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:C0kkie&amp;diff=19425</id>
		<title>User:C0kkie</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:C0kkie&amp;diff=19425"/>
		<updated>2020-02-28T12:30:24Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Forgot to add the &amp;quot;s&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is C0kkie&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:C0kkie&amp;diff=19424</id>
		<title>User:C0kkie</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:C0kkie&amp;diff=19424"/>
		<updated>2020-02-28T12:29:52Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is C0kkie&amp;#039; user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is C0kkie&#039; user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Kar&amp;diff=19423</id>
		<title>User:Kar</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Kar&amp;diff=19423"/>
		<updated>2020-02-28T12:28:23Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Kar&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Kar&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Kar&amp;diff=19422</id>
		<title>User talk:Kar</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Kar&amp;diff=19422"/>
		<updated>2020-02-28T12:27:59Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hi there! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:27, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Unknown&amp;diff=19421</id>
		<title>User talk:Unknown</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Unknown&amp;diff=19421"/>
		<updated>2020-02-28T12:27:32Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hi there! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:27, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:XpresS&amp;diff=19420</id>
		<title>User:XpresS</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:XpresS&amp;diff=19420"/>
		<updated>2020-02-28T12:27:10Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is XpresS&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is XpresS&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:XpresS&amp;diff=19419</id>
		<title>User talk:XpresS</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:XpresS&amp;diff=19419"/>
		<updated>2020-02-28T12:26:46Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hello! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:26, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Hazes&amp;diff=19418</id>
		<title>User:Hazes</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Hazes&amp;diff=19418"/>
		<updated>2020-02-28T12:26:33Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Haze&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Haze&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:Hazes&amp;diff=19417</id>
		<title>User talk:Hazes</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:Hazes&amp;diff=19417"/>
		<updated>2020-02-28T12:26:17Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hi! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:26, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:JerryChen&amp;diff=19416</id>
		<title>User:JerryChen</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:JerryChen&amp;diff=19416"/>
		<updated>2020-02-28T12:25:49Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is JerryChen&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is JerryChen&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User_talk:JerryChen&amp;diff=19415</id>
		<title>User talk:JerryChen</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User_talk:JerryChen&amp;diff=19415"/>
		<updated>2020-02-28T12:25:22Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;Hi! --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi! --[[User:Aurio|Aurio]] ([[User talk:Aurio|talk]]) 12:25, 28 February 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=User:Anayks&amp;diff=19414</id>
		<title>User:Anayks</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=User:Anayks&amp;diff=19414"/>
		<updated>2020-02-28T12:24:05Z</updated>

		<summary type="html">&lt;p&gt;Aurio: Created page with &amp;quot;This is Anayk&amp;#039;s user page!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Anayk&#039;s user page!&lt;/div&gt;</summary>
		<author><name>Aurio</name></author>
	</entry>
</feed>