Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [] spawn {
  2. if (isServer) then {
  3. START_TIME = diag_tickTime;
  4. publicVariable "ELAPSED_TIME";
  5. while {true} do {
  6. ELAPSED_TIME = diag_tickTime - START_TIME;
  7. sleep 1;
  8. };
  9. };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement