Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //By LoneRanger for 1Tac
  2.  
  3. //Variables
  4. _bScore = 0;
  5.  
  6. while {( _bScore < 10 )} do
  7. {
  8. sleep 1;
  9. _bScore = _bScore + 1;
  10.  
  11. }
  12. if (_bScore == 10;) then
  13. {
  14. hint format ["BLUFOR Score : ",_bScore];
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement