Advertisement
ijontichy

<stdin>

Mar 24th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. int DakkaAmmoTranslations[AMMOCOUNT][1 + (AMMOTRANSCOUNT * 2)] =
  2. {
  3. {"Clip", Am_Pistol, 1.0, Am_Chaingun, 0.5, Am_RainNade, 0.08},
  4. {"Shell", Am_Shell, 1.0, Am_Shotnade, 0.25, Am_GyroShell, 0.25},
  5. {"RocketAmmo", Am_Rocket, 2.0, "", 0.0, "", 0.0},
  6. {"Cell", Am_Cell, 1.0, "", 0.0, "", 0.0},
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement