SHARE
TWEET

Untitled

a guest Oct 13th, 2015 102 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void() player_gatldown1   =[$nailatt1, player_gatldown1  ]
  2. {
  3.  
  4.         //if ((!self.button0) || !W_CheckNoAmmo())
  5.                 //{player_run ();return;}
  6.         sound (self, CHAN_WEAPON, "weapons/mingn3.wav", 1, ATTN_NORM);
  7.         self.weaponframe = 15;
  8.         self.weaponframe = self.weaponframe + 1;
  9.         if (self.weaponframe == 34)
  10.                 player_run(); //self.weaponframe = 1
  11.         self.attack_finished = time + 0.9;
  12. };
RAW Paste Data
Challenge yourself this year...
Learn something new in 2017
Top