<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gtamods.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unrated69</id>
	<title>GTAMods Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://gtamods.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unrated69"/>
	<link rel="alternate" type="text/html" href="https://gtamods.com/wiki/Special:Contributions/Unrated69"/>
	<updated>2026-04-06T11:57:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=02D6&amp;diff=9921</id>
		<title>02D6</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=02D6&amp;diff=9921"/>
		<updated>2011-07-27T01:10:42Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: Created page with '{{OpCode | ini         = 02D6=6, actor %1d% fires_weapon %6d% in_rectangle_cornerA %2d% %3d% cornerB %4d% %5d% | description = Checks if the actor is firing a weapon in the area …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 02D6=6, actor %1d% fires_weapon %6d% in_rectangle_cornerA %2d% %3d% cornerB %4d% %5d%&lt;br /&gt;
| description = Checks if the actor is firing a weapon in the area designated.  &lt;br /&gt;
| p1          = Actor variable &lt;br /&gt;
| p2          = Weapon ID&lt;br /&gt;
| p3          = X Coordinate of first corner&lt;br /&gt;
| p4          = Y Coordinate of first corner&lt;br /&gt;
| p5          = X Coordinate of second corner&lt;br /&gt;
| p6          = Y Coordinate of second corner&lt;br /&gt;
| game        = [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
This opcode checks if the actor is firing a specific weapon inside the defined rectangle.&lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;02D6: actor $PLAYER_ACTOR fires_weapon 0 in_rectangle_cornerA -2774.03 -1572.78 cornerB -2837.13 -1468.24&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
weapons&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=01B9&amp;diff=9918</id>
		<title>01B9</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=01B9&amp;diff=9918"/>
		<updated>2011-07-21T18:30:04Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: Created page with '{{OpCode | ini         = 01B9=2,set_actor %1d% armed_weapon_to %2d% | description = Sets an actor's armed weapon.   | p1          = Actor variable  | p2          = Weapon ID numb…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 01B9=2,set_actor %1d% armed_weapon_to %2d%&lt;br /&gt;
| description = Sets an actor's armed weapon.  &lt;br /&gt;
| p1          = Actor variable &lt;br /&gt;
| p2          = Weapon ID number&lt;br /&gt;
| game        = [[GTA III]], [[Vice City]], [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This opcode sets the weapon that the actor is currently holding. &lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;01B9: set_actor 2@ armed_weapon_to 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
weapons&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=017B&amp;diff=9915</id>
		<title>017B</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=017B&amp;diff=9915"/>
		<updated>2011-07-20T21:16:46Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: Created page with '{{OpCode | ini         = 017b=3,set_actor %1d% weapon %2d% ammo_to %3d% | description = Sets an actor's weapon ammo.   | p1          = Actor variable  | p2          = Weapon ID n…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 017b=3,set_actor %1d% weapon %2d% ammo_to %3d%&lt;br /&gt;
| description = Sets an actor's weapon ammo.  &lt;br /&gt;
| p1          = Actor variable &lt;br /&gt;
| p2          = Weapon ID number&lt;br /&gt;
| p3          = Ammo amount&lt;br /&gt;
| game        = [[GTA III]], [[Vice City]], [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This opcode sets an actors ammo for the specified weapon. &lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;017B: set_actor $PLAYER_ACTOR weapon 22 ammo_to 10&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
weapons&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=0114&amp;diff=9914</id>
		<title>0114</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=0114&amp;diff=9914"/>
		<updated>2011-07-20T21:14:18Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 0114=3,set_actor %1d% weapon %2h% ammo_to %3d% while_in_car&lt;br /&gt;
| description = Sets an actor's ammo while in a vehicle.  &lt;br /&gt;
| p1          = Actor variable &lt;br /&gt;
| p2          = Weapon ID number&lt;br /&gt;
| p3          = Ammo amount&lt;br /&gt;
| game        = [[GTA III]], [[Vice City]], [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
This opcode sets an actors ammo for the specified weapon while in a vehicle &lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;0114: set_actor $PLAYER_ACTOR weapon 38 ammo_to 200000 while_in_car&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
weapons, vehicles&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=0114&amp;diff=9913</id>
		<title>0114</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=0114&amp;diff=9913"/>
		<updated>2011-07-20T21:12:55Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: Created page with '{{OpCode | ini         = 0114=3,set_actor %1d% weapon %2h% ammo_to %3d% while_in_car | description = Sets an actor's ammo while in a vehicle.   | p1          = Actor variable  | …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 0114=3,set_actor %1d% weapon %2h% ammo_to %3d% while_in_car&lt;br /&gt;
| description = Sets an actor's ammo while in a vehicle.  &lt;br /&gt;
| p1          = Actor variable &lt;br /&gt;
| p2          = Weapon ID number&lt;br /&gt;
| p3          = Ammo amount&lt;br /&gt;
| game        = [[GTA III]], [[Vice City]], [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
This opcode sets an actors ammo for the specified weapon while in a vehicle &lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;0114: set_actor $PLAYER_ACTOR weapon 38 ammo_to 200000 while_in_car&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
weapons, vehicles&lt;br /&gt;
&lt;br /&gt;
{{SA-navi}}&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=Weapon.dat&amp;diff=9912</id>
		<title>Weapon.dat</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=Weapon.dat&amp;diff=9912"/>
		<updated>2011-07-18T15:18:58Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: /* San Andreas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=016A&amp;diff=9907</id>
		<title>016A</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=016A&amp;diff=9907"/>
		<updated>2011-07-11T16:39:05Z</updated>

		<summary type="html">&lt;p&gt;Unrated69: Created page with '{{OpCode | ini         = 016a=2,fade %2d% time %1d% | description = Fades the screen in or out.  | p1          = 1 = fade in, 0 = fade out | p2          = time in ms | game      …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OpCode&lt;br /&gt;
| ini         = 016a=2,fade %2d% time %1d%&lt;br /&gt;
| description = Fades the screen in or out. &lt;br /&gt;
| p1          = 1 = fade in, 0 = fade out&lt;br /&gt;
| p2          = time in ms&lt;br /&gt;
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This opcode fades the screen either in or out for the specified time. &lt;br /&gt;
&lt;br /&gt;
== Sanny Builder example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;scm&amp;quot;&amp;gt;016A: fade 0 time 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
fade&lt;br /&gt;
&lt;br /&gt;
{{N|SA|VC}}&lt;br /&gt;
[[Category:GTA_3]]&lt;/div&gt;</summary>
		<author><name>Unrated69</name></author>
		
	</entry>
</feed>