Guest User

Untitled

a guest
Mar 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if(1<=LastPosDW && LastPosDW<=3)
  2. {
  3. //2d=172800s
  4. if(LastPosTime+172740 >= TimeCurrent()) return false;
  5. }
  6. else if(LastPosDW==4 || LastPosDW==5)//土日またいだ時
  7. {
  8. //4d=345600s
  9. if(LastPosTime+345540 >= TimeCurrent()) return false;
  10. }
Add Comment
Please, Sign In to add comment