Advertisement
ijontichy

samsara_better_tidbits.c

Oct 28th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 7.18 KB | None | 0 0
  1. #define LMSMODES            5
  2. #define SAMSARA_ENTER       213
  3. #define SAMSARA_RESPAWN     218
  4.  
  5. #define CLASSCOUNT          7
  6. #define SLOTCOUNT           9
  7. #define CHOICECOUNT         3
  8.  
  9. #define S_WEP               0
  10. #define S_AMMO1             1
  11. #define S_AMMO2             2
  12. #define S_PICKUPMESSAGE     3
  13.  
  14. int LMSArmors[LMSMODE] =
  15. {
  16.     "GreenArmor",
  17.     "BlueArmor",
  18.     "LMSArmor",
  19.     "LMSArmor2",
  20.     "LMSArmor3",
  21. };
  22.  
  23. int ClassWeapons[CLASSCOUNT][SLOTCOUNT][CHOICECOUNT] =
  24. {
  25.     {   // Doomguy
  26.         {" Fist ",                          "",             "",         "I PUNCH YOO"},
  27.         {" Chainsaw ",                      "",             "",         "A chainsaw! Find some meat!"},
  28.         {" Pistol ",                        "",             "",         "Picked up a pistol."},
  29.         {" Shotgun ",                       "AmmoShell",    "",         "You got the shotgun!"},
  30.         {"Super Shotgun",                   "AmmoShell",    "",         "You got the super shotgun!"},
  31.         {" Chaingun ",                      "Clip",         "",         "You got the chaingun!"},
  32.         {"Rocket Launcher",                 "RocketAmmo",   "",         "You got the rocket launcher!"},
  33.         {"Plasma Rifle",                    "Cell",         "",         "You got the plasma rifle!"},
  34.         {"BFG9000",                         "Cell",         "",         "You got the BFG9000! Oh, yes."},
  35.     },
  36.  
  37.     {   // Chexguy
  38.         {" Bootspoon ",                     "",             "",         "I SCOOP YOO"},
  39.         {"Super Bootspork",                 "",             "",         "You got the Super Bootspork!"},
  40.         {"Mini-Zorcher",                    "",             "",         "Picked up a Mini Zorcher."},
  41.         {"Large Zorcher",                   "AmmoShell",    "",         "You got the Large Zorcher!"},
  42.         {"Super Large Zorcher",             "AmmoShell",    "",         "You got the Mega Zorcher!"},
  43.         {"Rapid Zorcher",                   "Clip",         "",         "You got the Rapid Zorcher!"},
  44.         {"Zorch Propulsor",                 "RocketAmmo",   "",         "You got the Zorch Propulsor!"},
  45.         {"Phasing Zorcher",                 "Cell",         "",         "You got the Phasing Zorcher!"},
  46.         {"LAZ Device",                      "Cell",         "",         "You got the LAZ Device! Woot!"},
  47.     },
  48.  
  49.     {   // Corvus
  50.         {" Staff ",                         "",             "",         "I JAB YOO"},
  51.         {"Gauntlets of the Necromancer",    "",             "",         "Gauntlets of the Necromancer! Find some meat!"},
  52.         {"Gold Wand",                       "",             "",         "Picked up a gold wand."},
  53.         {" Firemace ",                      "AmmoShell",    "",         "You got the firemace!"},
  54.         {"Ethereal Crossbow",               "AmmoShell",    "",         "You got the ethereal crossbow!"},
  55.         {"Dragon Claw",                     "Clip",         "",         "You got the blaster!"},
  56.         {"Phoenix Rod",                     "RocketAmmo",   "",         "You got the Phoenix rod!"},
  57.         {"Hellstaff",                       "Cell",         "",         "You got the hellstaff!"},
  58.         {"PortTomeCoop",                    "",             "",         "You got the Tome of Power! Ahahaha..."},
  59.     },
  60.  
  61.     {   // B.J.
  62.         {"Knife",                           "",             "",         "I STAB YOO"},
  63.         {"",                                "",             "",         ""},
  64.         {"Luger",                           "",             "",         "Picked up a Luger."},
  65.         {"Machine Gun",                     "Clip",         "",         "You got the machine gun!"},
  66.         {"Machine Gun",                     "Clip",         "",         "You got the machine gun!"},
  67.         {"  Chaingun  ",                    "Clip",         "",         "You got the gatling gun!"},        // rename this chaingun to gatling gun :(
  68.         {" Rocket Launcher ",               "RocketAmmo",   "",         "You got the rocket launcher!"},    // and this one to zreep gun
  69.         {" Flamethrower ",                  "Cell",         "",         "You got the flamethrower!"},
  70.         {"Spear of Destiny",                "Cell",         "",         "You got the Spear of Destiny! Heaven awaits."},
  71.     },
  72.  
  73.     {   // Parias
  74.         {"Mace of Contrition",              "",             "",         "I WACK YOO"},
  75.         {"",                                "",             "",         ""},
  76.         {"Sapphire Wand",                   "",             "",         "Picked up a sapphire wand."},
  77.         {"Frost Shards",                    "AmmoShell",    "",         "You got the frost shards!"},
  78.         {"Timon's Axe",                     "AmmoShell",    "",         "You got Timon's axe!"},
  79.         {"Serpent Staff",                   "Clip",         "",         "You got the serpent staff!"},
  80.         {"Hammer of Retribution",           "RocketAmmo",   "",         "You got the hammer of retribution!"},
  81.         {"Firestorm",                       "Cell",         "",         "You got the Firestorm!"},
  82.         {"Wraithverge",                     "Cell",         "",         "You got the Wraithverge! Smite with extreme prejudice."},
  83.     },
  84.  
  85.     {   // Duke
  86.         {"Mighty Boot",                     "",             "",         "I KICK YOO"},
  87.         {"Pipebombs",                       "RocketAmmo",   "",         "Pipe bombs! Find some unsuspecting saps."},
  88.         {"M1911",                           "",             "",         "Picked up an M1911."},
  89.         {"  Shotgun  ",                     "AmmoShell",    "",         "You got the shotgun!"},  // rename this to something like pump-shotty
  90.         {"Explosive Shotgun",               "RocketAmmo",   "",         "You got the explosive shotgun!"},
  91.         {"Chaingun Cannon",                 "Clip",         "",         "You got the chaingun cannon!"},
  92.         {"RPG",                             "RocketAmmo",   "",         "You got the RPG launcher!"},
  93.         {"Freezethrower",                   "Cell",         "",         "You got the freezethrower!"},
  94.         {"Devastator",                      "",             "",         "You got the Devastators! Hail to the king."},
  95.     },
  96.  
  97.     {   // Security Officer
  98.         {"Steel Knuckles",                  "",             "",         "I PUNCH YOO TOO"},
  99.         {"SOMagnumSMGGiver",                "",             "",         "You got the KKV-7 SMG and an extra magnum!"},
  100.         {".44 Magnum Mega-Class A1",        "",             "",         "Picked up a magnum."},
  101.         {"WSTE-M5 Combat Shotgun",          "AmmoShell",    "",         "You got the WSTE-M5 combat shotgun!"},
  102.         {"Fusion Pistol",                   "FusionBullet", "Cell",     "You got the Zeus-class fusion pistol!"},
  103.         {"MA-75B Assault Rifle",            "RifleBullet",  "Clip",     "You got the MA-75B assault rifle!"},
  104.         {"SPNKR-XP SSM Launcher",           "",             "",         "You got the SPNKR-XP SSM launcher!"},
  105.         {"TOZT-7 Napalm Unit",              "",             "",         "You got the TOZT-7 napalm unit!"},
  106.         {"ONI-71 Wave Motion Cannon",       "",             "",         "You got the wave motion cannon! Blast 'em in half."},
  107.     }
  108. };
  109.  
  110. function int isLMS()
  111. {
  112.     return GetCVar("lastmanstanding") || GetCVar("teamlms");
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement