Guest User

Untitled

a guest
Feb 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.45 KB | None | 0 0
  1. funccalldownthethunder =
  2.     {
  3.  
  4.  
  5.     traceline (self.origin, self.origin + v_up * 9001, TRUE, SELF);
  6.     if (trace_endpos & CONTENT_SKY)
  7.         {
  8.         centerprint (self, "Target locked! Time to call down the thunder...");
  9.         // Kill the dumbass monster sitting out in the middle of nowhere code here
  10.         }
  11.     else
  12.         {
  13.         centerprint (self, "What am I? Chuck Norris? I need a visual damn it!");
  14.         // We have a strict NO NUCLEAR MISSLE AIRSTRIKE policy in this army
  15.         }
  16.     };
Add Comment
Please, Sign In to add comment