Advertisement
Bukz

Flag Timer Concept for the_andyman...

Jul 5th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. show_flag_time = [sleep 500 [echo (c 0)You carried the flag for: (c 5) (divf (- (millis) $flag_millis) 1000) (c 0)seconds.]]
  2.  
  3. add2conloop [
  4.   if_conline_has "you have the flag" [flag_millis = (millis)]
  5.   if_conline_has "you scored" [show_flag_time]
  6.   if_conline_has "you dropped the flag" [show_flag_time]
  7. ]
  8.  
  9. if (! (checkalias mapstartalways)) [mapstartalways = ""]
  10. if (! (strstr $mapstartalways flag_millis)) [add2alias mapstartalways [flag_millis = 0]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement