Weapon rpg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the [[item_rpg_round]] entity.
The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the [[item_rpg_round]] entity.
You can also use the entity [[item_ammo_crate]] with the field ''Ammo Type'' set to ''RPG Rounds'' to create a crate delivering rockets.
<br clear="all"/>
<br clear="all"/>



Revision as of 10:30, 15 January 2006

Template:Wrongtitle

Entity Description

RPG
(Rocket Propelled Grenade)

The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the item_rpg_round entity. You can also use the entity item_ammo_crate with the field Ammo Type set to RPG Rounds to create a crate delivering rockets.

Template:Basicweapon