mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
|
|
ITEM.name = "Sub Machine Gun"
|
||
|
|
ITEM.description = "A Weapon."
|
||
|
|
ITEM.model = "models/weapons/w_smg1.mdl"
|
||
|
|
ITEM.class = "weapon_smg1"
|
||
|
|
ITEM.weaponCategory = "primary"
|
||
|
|
ITEM.width = 3
|
||
|
|
ITEM.height = 2
|
||
|
|
ITEM.iconCam = {
|
||
|
|
ang = Angle(-0.020070368424058, 270.40155029297, 0),
|
||
|
|
fov = 7.2253324508038,
|
||
|
|
pos = Vector(0, 200, -1)
|
||
|
|
}
|