Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1.  
  2. void () funcburrow =
  3.     {
  4.     if (other.flags = FL_MONSTER || other.flags = FL_CLIENT)
  5.         {
  6.         self.solid = SOLID_TRIGGER;
  7.         self.touch = funcburrow();
  8.         self.viewofs = self.origin - 5;
  9.        
  10.        
  11.         }
  12.     }
Add Comment
Please, Sign In to add comment