Whitetigerswt

getwepdmg

Jan 25th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.54 KB | None | 0 0
  1. stock GetPlayerWeaponDamage(weaponid) {
  2.         new string[25];
  3.         switch(weaponid) {
  4.                 case 22, 29: string = "8.25";
  5.                 case 23: string = "13.20";
  6.             case 24, 38: string = "46.20";
  7.             case 25, 26: string = "3.30";
  8.             case 27: string = "4.95";
  9.             case 28, 32: string = "6.60";
  10.             case 30, 31: string = "9.90";
  11.             case 33: string = "24.75";
  12.             case 34: string = "41.25";
  13.             case 35..37: string = "-1.0";
  14.         }
  15.         return string;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment