Advertisement
Urumasi

Fucking whatever

Aug 26th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. tim = 150
  2. int = 30
  3. cop = 25
  4. function ti()
  5. tim = tim-int
  6. if tim==0 then
  7. concmd("say *900Time's up! Prisoners can now escape!")
  8. else
  9. concmd("say *900"..tim.." seconds remaining!")
  10. timer.simple(int, ti)
  11. end
  12. end
  13. concmd("say *900Let's go! "..tim.." seconds remaining until prisoners can escape!")
  14. timer.simple(int, ti)
  15. timer.simple(cop, function() concmd("say #ff0000The guards have been released!") end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement