Advertisement
ijontichy

tmp.c

May 11th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. script 167 (int goodpln) net clientside
  2. {
  3.     if (PlayerNumber() != goodpln)   // if this doesn't work...
  4.     {
  5.         terminate;
  6.     }
  7.  
  8.     LocalSetMusic("D_TISHIN");
  9.     ConsoleCommand("fov 170");
  10.    
  11.     Delay(14);
  12.  
  13.     FadeTo(255,255,255, 1.0, 0.3);
  14.  
  15.     // rest of script
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement