Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #if defined WEAP_NAME_INCLUDED
- #endinput
- #endif
- #define WEAP_NAME_INCLUDED
- // ----------------------------------------------------------------
- #define COLT COLT_5
- #define COLT45 COLT_45
- #define NIGHTVISION NIGHTVISION_GOGGLES
- #define THERMAL THERMAL_GOGGLES
- // Shorcuts
- #define MOLOTOV_COCKTAIL MOLOTOV
- enum
- {
- UNARMED, // WeapID - 0
- BRASS_KNUCKLE, // WeapID - 1
- GOLF_CLUB, // WeapID - 2
- NITE_STICK, // WeapID - 3
- KNIFE, // WeapID - 4
- BASEBALL_BAT, // WeapID - 5
- SHOVEL, // WeapID - 6
- POOL_CUE, // WeapID - 7
- KATANA, // WeapID - 8
- CHAINSAW, // WeapID - 9
- DILDO_1, // WeapID - 10
- DILDO_2, // WeapID - 11
- VIBRATOR_1, // WeapID - 12
- VIBRATOR_2, // WeapID - 13
- FLOWERS, // WeapID - 14
- CANE, // WeapID - 15
- GRENADE, // WeapID - 16
- TEARGAS, // WeapID - 17
- MOLOTOV, // WeapID - 18
- NO_WEAP, // WeapID - 19
- NO_WEAP, // WeapID - 20
- NO_WEAP, // WeapID - 21
- COLT_45, // WeapID - 22
- SILENCED_PISTOL, // WeapID - 23
- DESERT_EAGLE, // WeapID - 24
- SHOTGUN, // WeapID - 25
- SAWN-OFF_SHOTGUN, // WeapID - 26
- COMBAT_SHOTGUN, // WeapID - 27
- UZI, // WeapID - 28
- MP5, // WeapID - 29
- AK47, // WeapID - 30
- M4, // WeapID - 31
- TEC9, // WeapID - 32
- RIFLE, // WeapID - 33
- SNIPER_RIFLE, // WeapID - 34
- ROCKET_LUNCHER, // WeapID - 35
- HEAT_SEAKER, // WeapID - 36
- FLAMETHROWER, // WeapID - 37
- MINIGUN, // WeapID - 38
- SATCHEL_CHARGE, // WeapID - 39
- BOMB, // WeapID - 40
- SPRAY_CAN, // WeapID - 41
- FIRE_EXTINGUISHER, // WeapID - 42
- CAMERA, // WeapID - 43
- NIGHTVISION_GOGGLES, // WeapID - 44
- THERMAL_GOGGLES, // WeapID - 45
- PARACHUTE // WeapID - 46
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement