<?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=Tonyx97</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=Tonyx97"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Tonyx97"/>
	<updated>2026-04-30T06:50:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33099</id>
		<title>SetJetpackWeaponEnabled</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33099"/>
		<updated>2012-09-03T08:18:10Z</updated>

		<summary type="html">&lt;p&gt;Tonyx97: function weaponEnabled () 	setJetpackWeaponEnabled ( 27, true ) end addCommandHandler (&amp;quot;enableSpas12&amp;quot;, weaponEnabled)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&lt;br /&gt;
This function sets a weapon usable while using the Jetpack.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setJetpackWeaponEnabled(string weapon, bool enabled)&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''weapon''' The weapon that's being set usable on a Jetpack.&lt;br /&gt;
*'''enabled''' A bool representing whether the weapon is enabled or disabled.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true, else false if invalid arguments are passed.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.3.1|n/a|}}&lt;br /&gt;
==See Also==&lt;br /&gt;
{{World_functions}}&lt;/div&gt;</summary>
		<author><name>Tonyx97</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33098</id>
		<title>SetJetpackWeaponEnabled</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33098"/>
		<updated>2012-09-03T08:18:01Z</updated>

		<summary type="html">&lt;p&gt;Tonyx97: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&lt;br /&gt;
This function sets a weapon usable while using the Jetpack.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setJetpackWeaponEnabled(string weapon, bool enabled)&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''weapon''' The weapon that's being set usable on a Jetpack.&lt;br /&gt;
*'''enabled''' A bool representing whether the weapon is enabled or disabled.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true, else false if invalid arguments are passed.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;math&amp;gt;function weaponEnabled ()&lt;br /&gt;
	setJetpackWeaponEnabled ( 27, true )&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler (&amp;quot;enableSpas12&amp;quot;, weaponEnabled)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.3.1|n/a|}}&lt;br /&gt;
==See Also==&lt;br /&gt;
{{World_functions}}&lt;/div&gt;</summary>
		<author><name>Tonyx97</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33097</id>
		<title>SetJetpackWeaponEnabled</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetJetpackWeaponEnabled&amp;diff=33097"/>
		<updated>2012-09-03T08:17:28Z</updated>

		<summary type="html">&lt;p&gt;Tonyx97: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&lt;br /&gt;
This function sets a weapon usable while using the Jetpack.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setJetpackWeaponEnabled(string weapon, bool enabled)&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''weapon''' The weapon that's being set usable on a Jetpack.&lt;br /&gt;
*'''enabled''' A bool representing whether the weapon is enabled or disabled.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true, else false if invalid arguments are passed.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
function weaponEnabled ()&lt;br /&gt;
	setJetpackWeaponEnabled ( 27, true )&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler (&amp;quot;enableSpas12&amp;quot;, weaponEnabled)&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.3.1|n/a|}}&lt;br /&gt;
==See Also==&lt;br /&gt;
{{World_functions}}&lt;/div&gt;</summary>
		<author><name>Tonyx97</name></author>
	</entry>
</feed>