Files
wnsrc/gamemodes/helix/gamemode/items/ammo/sh_rocketammo.txt
lifestorm 9c918c46e5 Upload
2024-08-04 23:12:27 +03:00

12 lines
342 B
Plaintext

ITEM.name = "A Rocket"
ITEM.model = "models/weapons/w_missile_closed.mdl"
ITEM.ammo = "rpg_round" -- type of the ammo
ITEM.ammoAmount = 1 -- amount of the ammo
ITEM.width = 2
ITEM.description = "A Package of %s Rockets"
ITEM.iconCam = {
ang = Angle(-0.70499622821808, 268.25439453125, 0),
fov = 12.085652091515,
pos = Vector(7, 200, -2)
}