Advertisement
EditorRUS

Autovote off

Sep 26th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. /*
  3. // Start an automatic crew shuttle vote every hour starting with the second hour
  4. if(world.time > 10 * 60 * 60 * next_crew_shuttle_vote)
  5. next_crew_shuttle_vote++
  6. automatic_crew_shuttle_vote()
  7. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement