Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1.     class rhsusf_ammo_127x99_M33_Ball: B_127x99_Ball
  2.     {
  3.         hit = 80;
  4.         indirectHit = 0.0;
  5.         indirectHitRange = 0;
  6.         cost = 1;
  7.         airFriction = -0.000617;
  8.         caliber = 0.6871;
  9.         model = "\A3\Weapons_f\Data\bullettracer\tracer_yellow";
  10.         tracerScale = 1;
  11.         tracerStartTime = 0.05;
  12.         tracerEndTime = 1;
  13.         typicalSpeed = 838.2;
  14.     };
  15.     class rhsusf_ammo_127x99_mk211: rhsusf_ammo_127x99_M33_Ball
  16.     {
  17.         hit = 80;
  18.         indirectHit = 4;
  19.         indirectHitRange = 2.76;
  20.         explosive = 0.4;
  21.         caliber = 1.91;
  22.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement