mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
24 lines
628 B
Lua
24 lines
628 B
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
/*
|
|
ITEM.name = "Missile RPG"
|
|
ITEM.model = "models/weapons/w_missile_closed.mdl"
|
|
ITEM.ammo = "rpg_round" -- type of the ammo
|
|
ITEM.ammoAmount = 1 -- amount of the ammo
|
|
ITEM.category = "Balles"
|
|
ITEM.width = 2
|
|
ITEM.description = "Un paquet de %s roquettes"
|
|
ITEM.iconCam = {
|
|
ang = Angle(-0.70499622821808, 268.25439453125, 0),
|
|
fov = 12.085652091515,
|
|
pos = Vector(7, 200, -2)
|
|
}
|