Advertisement
JoBoz

sa

Jun 5th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Bullet()
  2. {
  3.  
  4. self endon("death");
  5.  
  6. while (1){
  7.  
  8. self waittill( "weapon_fired" );
  9. if ( self getCurrentWeapon() == "m21_mp" )
  10. {
  11. MagicBullet( "spas12_grip_mp", self getTagOrigin("tag_eye"), self GetCursorPosition(), self );
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement