<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phineas</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phineas"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Phineas"/>
	<updated>2026-04-08T14:21:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35186</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35186"/>
		<updated>2013-03-18T16:03:57Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function getTimestamp()&lt;br /&gt;
	local RTime = getRealTime()&lt;br /&gt;
	local year, month, day, hours, mins, secs = RTime.year + 1900, RTime.month + 1, RTime.monthday, RTime.hour, RTime.minute, RTime.second&lt;br /&gt;
	if (month &amp;lt; 10) then&lt;br /&gt;
		month = &amp;quot;0&amp;quot; ..tostring(month)&lt;br /&gt;
	end&lt;br /&gt;
	if (hours &amp;lt; 10) then&lt;br /&gt;
		hours = &amp;quot;0&amp;quot; ..tostring(hours)&lt;br /&gt;
	end&lt;br /&gt;
	if (mins &amp;lt; 10) then&lt;br /&gt;
		mins = &amp;quot;0&amp;quot; ..tostring(mins)&lt;br /&gt;
	end&lt;br /&gt;
	if (secs &amp;lt; 10) then&lt;br /&gt;
		secs = &amp;quot;0&amp;quot; ..tostring(secs)&lt;br /&gt;
	end&lt;br /&gt;
	local TimeStamp = day .. &amp;quot;-&amp;quot; .. month .. &amp;quot;-&amp;quot; .. year .. &amp;quot; &amp;quot; .. hours .. &amp;quot;:&amp;quot; .. mins .. &amp;quot;:&amp;quot; .. secs&lt;br /&gt;
	return TimeStamp&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35185</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35185"/>
		<updated>2013-03-18T15:54:40Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function getTimestamp()&lt;br /&gt;
	local RTime = getRealTime()&lt;br /&gt;
	local year, month, day, hours, mins, secs = RTime.year + 1900, RTime.month + 1, RTime.monthday, RTime.hour, RTime.minute, RTime.second&lt;br /&gt;
	if (month &amp;lt; 10) then&lt;br /&gt;
		month = &amp;quot;0&amp;quot; ..tostring(month)&lt;br /&gt;
	end&lt;br /&gt;
	if (hours &amp;lt; 10) then&lt;br /&gt;
		hours = &amp;quot;0&amp;quot; ..tostring(hours)&lt;br /&gt;
	end&lt;br /&gt;
	if (mins &amp;lt; 10) then&lt;br /&gt;
		mins = &amp;quot;0&amp;quot; ..tostring(mins)&lt;br /&gt;
	end&lt;br /&gt;
	if (secs &amp;lt; 10) then&lt;br /&gt;
		secs = &amp;quot;0&amp;quot; ..tostring(secs)&lt;br /&gt;
	end&lt;br /&gt;
	local TimeStamp = &amp;quot;&amp;quot; .. day .. &amp;quot;-&amp;quot; .. month .. &amp;quot;-&amp;quot; .. year .. &amp;quot; &amp;quot; .. hours .. &amp;quot;:&amp;quot; .. mins .. &amp;quot;:&amp;quot; .. secs .. &amp;quot;&amp;quot;&lt;br /&gt;
	return TimeStamp&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35184</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35184"/>
		<updated>2013-03-18T15:51:03Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function checkG(str)&lt;br /&gt;
    if (string.find(string.lower(str), &amp;quot;gapy&amp;quot;)) then&lt;br /&gt;
        return true, &amp;quot;Yes, Gaypee is present in the string!&amp;quot;&lt;br /&gt;
    else&lt;br /&gt;
        return false, &amp;quot;Nope, I can't find Gaypee in the string!&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    return false&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35183</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35183"/>
		<updated>2013-03-18T15:50:23Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function checkG(str)&lt;br /&gt;
    if (string.find(string.lower(str), &amp;quot;gapy&amp;quot;)) then&lt;br /&gt;
        return &amp;quot;Yes, Gaypee is present in the string!&amp;quot;&lt;br /&gt;
    else&lt;br /&gt;
        return &amp;quot;Nope, I can't find Gaypee in the string!&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    return false&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35182</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35182"/>
		<updated>2013-03-18T15:50:05Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function checkG(str)&lt;br /&gt;
    if (string.find(string.lower(str), &amp;quot;gapy&amp;quot;)) then&lt;br /&gt;
        return &amp;quot;Yes, Gaypee is present in the string!&amp;quot;&lt;br /&gt;
    else&lt;br /&gt;
        return &amp;quot;Nope, I can't find Gaypee in the string!&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    return false&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Gapy = Gaypee&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35181</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35181"/>
		<updated>2013-03-18T15:48:04Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;br /&gt;
&lt;br /&gt;
Gapy = Gaypee&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35180</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35180"/>
		<updated>2013-03-18T14:19:55Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35179</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35179"/>
		<updated>2013-03-18T14:14:08Z</updated>

		<summary type="html">&lt;p&gt;Phineas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup Rozza&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35178</id>
		<title>User:Phineas</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Phineas&amp;diff=35178"/>
		<updated>2013-03-18T14:13:47Z</updated>

		<summary type="html">&lt;p&gt;Phineas: Created page with &amp;quot;Sup&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sup&lt;/div&gt;</summary>
		<author><name>Phineas</name></author>
	</entry>
</feed>