Skip to content

Commit 5002c6d

Browse files
committed
Added WeaponSlot to CS:GO.
Added WeaponType to CS:GO.
1 parent b1b84e8 commit 5002c6d

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ../data/source-python/weapons/constants/csgo/WeaponSlot.ini
2+
3+
PRIMARY = 0
4+
SECONDARY = 1
5+
KNIFE = 2
6+
GRENADE = 3
7+
C4 = 4
8+
SHIELD = 11
9+
TABLET = 12
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ../data/source-python/weapons/constants/csgo/WeaponType.ini
2+
3+
KNIFE = 0
4+
PISTOL = 1
5+
SMG = 2
6+
SUBMACHINEGUN = 2
7+
RIFLE = 3
8+
SHOTGUN = 4
9+
SNIPERRIFLE = 5
10+
SNIPER = 5
11+
MACHINEGUN = 6
12+
MG = 6
13+
C4 = 7
14+
EXPLOSIVE = 7
15+
TASER = 8
16+
GRENADE = 9
17+
EQUIPMENT = 10
18+
STACKABLEITEM = 11
19+
FISTS = 12
20+
BREACHCHARGE = 13
21+
BUMPMINE = 14
22+
TABLET = 15
23+
MELEE = 16
24+
SHIELD = 17
25+
ZONEREPULSOR = 18
26+
UNKNOWN = 19

0 commit comments

Comments
 (0)