<?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=Schotobi</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=Schotobi"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Schotobi"/>
	<updated>2026-05-24T17:13:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Schotobi&amp;diff=39428</id>
		<title>User:Schotobi</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Schotobi&amp;diff=39428"/>
		<updated>2014-04-21T20:42:33Z</updated>

		<summary type="html">&lt;p&gt;Schotobi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My-Website: http://schotobi.com&lt;/div&gt;</summary>
		<author><name>Schotobi</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Schotobi&amp;diff=34570</id>
		<title>User:Schotobi</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Schotobi&amp;diff=34570"/>
		<updated>2013-01-18T13:00:38Z</updated>

		<summary type="html">&lt;p&gt;Schotobi: Created page with &amp;quot;Hello,  I'm schotobi and I'm the Co-Owner of the German MTA-Server: German Los Angeles Reallife.  Server-Website: http://la-rl.com  My-Website: http://schotobi.com&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I'm schotobi and I'm the Co-Owner of the German MTA-Server: German Los Angeles Reallife.&lt;br /&gt;
&lt;br /&gt;
Server-Website: http://la-rl.com&lt;br /&gt;
&lt;br /&gt;
My-Website: http://schotobi.com&lt;/div&gt;</summary>
		<author><name>Schotobi</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=AclGroupGetName&amp;diff=34569</id>
		<title>AclGroupGetName</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=AclGroupGetName&amp;diff=34569"/>
		<updated>2013-01-18T12:56:40Z</updated>

		<summary type="html">&lt;p&gt;Schotobi: /* Required Arguments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&lt;br /&gt;
&amp;lt;!-- Describe in plain english what this function does. Don't go into details, just give an overview --&amp;gt;&lt;br /&gt;
This function is used to get the name of the given ACL group.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;!-- NOTE: don't use 'special' names for variable names, e.g. you shouldn't be writing things like 'player player, vehicle vehicle', instead write something like 'player thePlayer, vehicle vehicleToGetInto'. This is less confusing and prevents the syntax highlighting being odd --&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
string aclGroupGetName ( aclGroup )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
&amp;lt;!-- List each argument one per line. This should be the argument's name as in the argument list above, NOT the argument's data type --&amp;gt;&lt;br /&gt;
*'''aclGroup:''' The ACL group to get the name of&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
&amp;lt;!-- Make this descriptive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --&amp;gt;&lt;br /&gt;
Returns the name of the given ACL group as a string if successfull, ''false''/''nil'' if the aclGroup is invalid or it fails for some other reason.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
This example outputs to the console that &amp;quot;Admin's are ready to watch&amp;quot;. &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;addEventHandler(&amp;quot;onResourceStart&amp;quot;,resourceRoot,function()&lt;br /&gt;
	outputConsole(aclGroupGetName(aclGetGroup(&amp;quot;Admin&amp;quot;))..&amp;quot;'s are ready to watch :)&amp;quot;,root)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&amp;lt;!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc --&amp;gt;&lt;br /&gt;
{{ACL_functions}}&lt;/div&gt;</summary>
		<author><name>Schotobi</name></author>
	</entry>
</feed>