mGm_Lizard

mGmTransPickup.uc

Jul 30th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class mGmTransPickup extends TransPickup
  2.     placeable;
  3.  
  4. defaultproperties
  5. {
  6.     InventoryType=class'mGmTransLauncher'
  7.  
  8.     PickupMessage="You grabbed the mGmDeathTrans."
  9.     PickupSound=Sound'PickupSounds.SniperRiflePickup'
  10.     PickupForce="SniperRiflePickup"  // jdf
  11.  
  12.     StaticMesh=StaticMesh'newweaponpickups.translocatorcenter'
  13.     DrawType=DT_StaticMesh
  14.     DrawScale=0.2
  15. }
Advertisement
Add Comment
Please, Sign In to add comment