Skip to content

Commit

Permalink
VA+PM: Sort all weapons A-Z and add SNS mk2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Jun 3, 2018
1 parent 3378f00 commit 2d2af92
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 201 deletions.
135 changes: 68 additions & 67 deletions vMenu/PermissionsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,88 +139,89 @@ public enum Permission
WPSetAllAmmo,

//Weapons Permissions
WPSniperRifle,
WPFireExtinguisher,
WPCompactGrenadeLauncher,
WPSnowball,
WPVintagePistol,
WPCombatPDW,
WPHeavySniperMk2,
WPHeavySniper,
WPSweeperShotgun,
WPMicroSMG,
WPWrench,
WPPistol,
WPPumpShotgun,
WPAPPistol,
WPBall,
WPMolotov,
WPSMG,
WPStickyBomb,
WPPetrolCan,
WPStunGun,
WPAdvancedRifle,
WPAssaultRifle,
WPAssaultRifleMk2,
WPHeavyShotgun,
WPMinigun,
WPGolfClub,
WPFlareGun,
WPFlare,
WPGrenadeLauncherSmoke,
WPHammer,
WPCombatPistol,
WPGusenberg,
WPCompactRifle,
WPHomingLauncher,
WPNightstick,
WPRailgun,
WPSawnOffShotgun,
WPSMGMk2,
WPAssaultSMG,
WPAssaultShotgun,
WPBZGas,
WPBall,
WPBat,
WPBattleAxe,
WPBottle,
WPBullpupRifle,
WPFirework,
WPCombatMG,
WPBullpupShotgun,
WPCarbineRifle,
WPCarbineRifleMk2,
WPCombatMG,
WPCombatMGMk2,
WPCombatPDW,
WPCombatPistol,
WPCompactGrenadeLauncher,
WPCompactRifle,
WPCrowbar,
WPFlashlight,
WPDagger,
WPDoubleBarrelShotgun,
WPFireExtinguisher,
WPFirework,
WPFlare,
WPFlareGun,
WPFlashlight,
WPGolfClub,
WPGrenade,
WPPoolCue,
WPBat,
WPPistol50,
WPGrenadeLauncher,
WPGrenadeLauncherSmoke,
WPGusenberg,
WPHammer,
WPHatchet,
WPHeavyPistol,
WPHeavyShotgun,
WPHeavySniper,
WPHeavySniperMk2,
WPHomingLauncher,
WPKnife,
WPKnuckleDuster,
WPMG,
WPBullpupShotgun,
WPBZGas,
WPUnarmed,
WPGrenadeLauncher,
WPNightVision,
WPMachete,
WPMachinePistol,
WPMarksmanPistol,
WPMarksmanRifle,
WPMicroSMG,
WPMiniSMG,
WPMinigun,
WPMolotov,
WPMusket,
WPNightVision,
WPNightstick,
WPParachute,
WPPetrolCan,
WPPipeBomb,
WPPistol,
WPPistol50,
WPPistolMk2,
WPPoolCue,
WPProximityMine,
WPAdvancedRifle,
WPPumpShotgun,
WPRPG,
WPPipeBomb,
WPMiniSMG,
WPRailgun,
WPRevolver,
WPSMG,
WPSMGMk2,
WPSNSPistol,
WPPistolMk2,
WPAssaultRifle,
WPSNSPistolMk2,
WPSawnOffShotgun,
WPSmokeGrenade,
WPSniperRifle,
WPSnowball,
WPSpecialCarbine,
WPRevolver,
WPMarksmanRifle,
WPBattleAxe,
WPHeavyPistol,
WPKnuckleDuster,
WPMachinePistol,
WPCombatMGMk2,
WPMarksmanPistol,
WPMachete,
WPStickyBomb,
WPStunGun,
WPSweeperShotgun,
WPSwitchBlade,
WPAssaultShotgun,
WPDoubleBarrelShotgun,
WPAssaultSMG,
WPHatchet,
WPBottle,
WPCarbineRifleMk2,
WPParachute,
WPSmokeGrenade,
WPUnarmed,
WPVintagePistol,
WPWrench,

// Misc Settings
//MSMenu, (removed because this menu should always be allowed).
Expand Down
Loading

0 comments on commit 2d2af92

Please sign in to comment.