Skip to content

Commit 00d7f54

Browse files
committed
Changed WeaponID and WeaponType to the names used internally in CS:S.
1 parent accf31d commit 00d7f54

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

addons/source-python/data/source-python/weapons/constants/orangebox/cstrike/WeaponID.ini

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ P90 = 29
3232
SHIELD = 30
3333
KEVLAR = 31
3434
ASSAULTSUIT = 32
35+
NVGS = 33
36+
NVG = 33
3537
NIGHTVISION = 33

addons/source-python/data/source-python/weapons/constants/orangebox/cstrike/WeaponType.ini

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
KNIFE = 0
44
PISTOL = 1
55
SMG = 2
6+
SUBMACHINEGUN = 2
67
RIFLE = 3
78
SHOTGUN = 4
9+
SNIPERRIFLE = 5
810
SNIPER = 5
911
MACHINEGUN = 6
12+
MG = 6
13+
C4 = 7
1014
EXPLOSIVE = 7
1115
GRENADE = 8
16+
UNKNOWN = 9

0 commit comments

Comments
 (0)