mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
|
|
ITEM.name = "9MM Pistol"
|
||
|
|
ITEM.description = "A sidearm utilising 9mm Ammunition."
|
||
|
|
ITEM.model = "models/weapons/w_pistol.mdl"
|
||
|
|
ITEM.class = "weapon_pistol"
|
||
|
|
ITEM.weaponCategory = "sidearm"
|
||
|
|
ITEM.width = 2
|
||
|
|
ITEM.height = 1
|
||
|
|
ITEM.iconCam = {
|
||
|
|
ang = Angle(0.33879372477531, 270.15808105469, 0),
|
||
|
|
fov = 5.0470897275697,
|
||
|
|
pos = Vector(0, 200, -1)
|
||
|
|
}
|