Advertisement
Guest User

wapons_enum.inc

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