Advertisement
ijontichy

lel

Sep 10th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.28 KB | None | 0 0
  1. int classWeps[CLASSCOUNT][SLOTCOUNT][WEPCOUNT+1] =
  2. {
  3.     {
  4.         {" B-Fist ",            " B-Chainsaw ",        "BDWClass1Message"},
  5.         {" B-Pistol ",          " B-Pistol ",          "BDWClass2Message"},
  6.         {" B-Shotgun ",         " B-Super Shotgun ",   "BDWClass3Message"},
  7.         {" B-Chaingun ",        " B-Chaingun ",        "BDWClass4Message"},
  8.         {" B-Rocket Launcher ", " B-Rocket Launcher ", "BDWClass5Message"},
  9.         {" B-Plasma Rifle ",    " B-Plasma Rifle ",    "BDWClass6Message"},
  10.         {" B-BFG9000 ",         " B-BFG9000 ",         "BDWClass7Message"},
  11.         {" D-1000 ",            " D-1000 ",            "BDWClass8Message"}
  12.     },
  13.     {
  14.         {" S-Knife ",           " S-Knife ",           "SMClass1Message"},
  15.         {" S-Enforcer ",        " S-Enforcer ",        "SMClass2Message"},
  16.         {" S-Shotgun ",         " S-Shotgun ",         "SMClass3Message"},
  17.         {" S-Chaingun ",        " S-Chaingun ",        "SMClass4Message"},
  18.         {" S-Cluster Bomber ",  " S-Cluster Bomber ",  "SMClass5Message"},
  19.         {" S-Plasma Beam ",     " S-Plasma Beam ",     "SMClass6Message"},
  20.         {" Y23H ",              " Y23H ",              "SMClass7Message"},
  21.         {" S-Ionstrike ",       " S-Ionstrike ",       "SMClass8Message"}
  22.     }
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement