Enum PlayerWeaponSkill
Represents the weapon skills a player can have.
public enum PlayerWeaponSkill
Fields
AK47 = 8The skill level for AK-47 assault rifles.
DesertEagle = 2The skill level for Desert Eagle pistols.
Invalid = -1Invalid weapon skill.
M4 = 9The skill level for M4 assault rifles.
MP5 = 7The skill level for MP5 submachine guns.
Pistol = 0The skill level for pistols.
SPAS12 = 5The skill level for SPAS-12 shotguns.
SawnOff = 4The skill level for sawn-off shotguns.
Shotgun = 3The skill level for shotguns.
SilencedPistol = 1The skill level for silenced pistols.
Sniper = 10The skill level for sniper rifles.
Uzi = 6The skill level for Uzi submachine guns.