Advertisement
JoSchaap

setting akimo rpg in MW3 issue

May 22nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.59 KB | None | 0 0
  1.                 iPrintLn("[^3FunSpawn^7]^3You're a ^1GLASS-CANNON^3 and got only ^750 HealthPoints! [press 2 for rpgs]", Client);
  2.                 int weapon = GetWeapon("rpg");
  3.                 Client.Other.SecondaryWeapon = weapon;
  4.                 Client.Other.SecondaryWeaponAkimbo = true;
  5.                 Client.Ammo.SecondaryAmmo = 9;
  6.                 Client.Ammo.SecondaryAmmoClip = 9;
  7.                 Client.Ammo.SecondaryAkimboAmmo = 9;
  8.                 Client.Ammo.PrimaryAkimboAmmo = 9;
  9.                 PlaySoundOnPlayer(Client, "freefall_death");
  10.                 Client.Other.Health = 50;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement