SAMP.NET/sampdotnet/API/Enums/Weapon.cs
2022-08-27 18:18:04 +01:00

50 lines
883 B
C#

namespace SAMP.API
{
public enum Weapon : int
{
Fist = 0,
BrassKnucles,
GolfClub,
Nightstick,
Knife,
BaseballBat,
Shovel,
PoolCue,
Katana,
Chainsaw,
DoubleEndedDildo,
Dildo,
Vibrator,
SilverVibrator,
Flowers,
Cane,
Grenade,
TearGas,
MolotovCocktail,
NineMM,
SilencedNineMM,
DesertEagle,
Shotgun,
SawnoffShotgun,
CombatShotgun,
MicroSMG,
MP5,
AK47,
M4,
Tec9,
CountryRifle,
RPG,
HSRocket,
FlameThrower,
Minigun,
SatchelCharge,
Detonator,
Spraycan,
FireExtinguisher,
Camera,
NightVisionGoggles,
ThermalGoggles,
Parachute
};
};