Difference between revisions of "0113"
Jump to navigation
Jump to search
(Created page with "{{Icon|3}} '''ADD_AMMO_TO_CHAR''' <hr /> '''Description''' : Adds ammo to the player's weapon '''Syntax''' : 0113: add_ammo_to_player [''player handle''] weapon [''int1''] rou...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = ADD_AMMO_TO_PLAYER | |
− | + | | description = Adds ammo to the player's weapon | |
− | + | | syntax1 = 0113: add_ammo_to_player [''player handle''] weapon [''int1''] rounds [''int2''] | |
− | + | | p1t = [''player handle''] | |
− | + | | p1d = The [[0053|handle of the player]] | |
− | + | | p2t = [''int1''] | |
− | + | | p2d = [[Weapon#GTA III|Weapon type]] | |
− | + | | p3t = [''int2''] | |
− | + | | p3d = Ammo | |
− | + | }} | |
− | |||
This opcode adds ammo to your weapon. If you do not have the weapon, the weapon will be given to you along with ammo. This opcode was never called in the [[Main.scm|original script]] of GTA III. | This opcode adds ammo to your weapon. If you do not have the weapon, the weapon will be given to you along with ammo. This opcode was never called in the [[Main.scm|original script]] of GTA III. | ||
Line 19: | Line 18: | ||
== See also == | == See also == | ||
− | * [[0114]], adds ammo to the character's weapon | + | * {{Icon|t}} [[0114]], adds ammo to the character's weapon |
− | |||
− | |||
− |
Latest revision as of 04:25, 7 July 2017
- Description
- Adds ammo to the player's weapon
- Syntax
- 0113: add_ammo_to_player [player handle] weapon [int1] rounds [int2]
- Parameter
- [player handle]
- The handle of the player
- [int1]
- Weapon type
- [int2]
- Ammo
This opcode adds ammo to your weapon. If you do not have the weapon, the weapon will be given to you along with ammo. This opcode was never called in the original script of GTA III.
Keywords
add, player, weapon, ammo
See also
- 0114, adds ammo to the character's weapon