Difference between revisions of "0113"
Jump to navigation
Jump to search
m |
m |
||
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#Lists of Weapons|Weapon number]] | |
− | + | | 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 |
− | |||
− | |||
− |
Revision as of 01:45, 12 December 2016
- 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 number
- [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